// © copyright & intellectual property of Intouch Interactive Marketing - Carl-Heinz Benseler
$(document).ready(function() {$(".roll").hover(function() {$(this).stop().animate({"opacity": "0"}, 200);}, function() { $(this).stop().animate({"opacity": "1"}, 1000);});$(".intouch_n").hover(function() {$(".intouch_r").stop().animate({"opacity": "1", "bottom": "0", "right": "0"}, 500), $(".intouch_n").stop().animate({"opacity": "0"}, 500);}, function() {$(".intouch_r").stop().animate({"opacity": "0", "bottom": "-110px", "right": "-110px"}, 1000),$(".intouch_n").stop().animate({"opacity": "1"}, 1000);});});
// © copyright & intellectual property of Intouch Interactive Marketing - Carl-Heinz Benseler
