Event=window.event || e;var keycode=theEvent.keyCode || theEvent.which;if(keycode=='39'){var url=document.getElementById('keyright').href;location.href=url;}if(keycode=='37'){var url=document.getElementById('keyleft').href;location.href=url;}if(keycode=='13'){var url=document.getElementById('keyenter').href;location.href=url;}}; function btnin(){$("#info").css("display","block")};function btnout(){$("#info").css("display","none")}; window.onscroll=function (){var top=(document.documentElement.scrollTop || document.body.scrollTop);if (top>100){$(".UD").fadeIn();}else{$(".UD").fadeOut();}} $(".UD").click(function(){$("html,body").animate({scrollTop:0});}); $(".fli").hover(function(){$(this).addClass("on");},function(){$(this).removeClass("on");}); $(".topbtn").click(function(){$(".topbtn div").toggle();$(".topbar,.topblank").slideToggle("slow");});