$(document).ready(function(){$("#menu li").hover(function(){var _1=$(this).css("backgroundPosition");_1=_1.substr(0,_1.indexOf(" "));$(this).stop().animate({backgroundPosition:_1+" -39px"},"fast");},function(){var _2=$(this).css("backgroundPosition");_2=_2.substr(0,_2.indexOf(" "));$(this).stop().animate({backgroundPosition:_2+" 0px"},"fast");});var _3=false;$("a#ausgeben").click(function(){if(!_3){document.getElementById("flashContent").takeSnap();_3=true;}return false;});$("a#cantsee").click(function(){document.getElementById("flashContent").showProps();return false;});$("#back").click(function(){history.back();return false;});});function showImagePage(_4){document.location.href="image.php?img="+_4;};
