function bookmarksite(title,url){if(window.sidebar)
window.sidebar.addPanel(title,url,"");else if(window.opera&&window.print){var elem=document.createElement('a');elem.setAttribute('href',url);elem.setAttribute('title',title);elem.setAttribute('rel','sidebar');elem.click();}
else if(document.all)
window.external.AddFavorite(url,title);}
function ch(){var browser=navigator.appName;var b_version=navigator.appVersion;var version=parseFloat(b_version);if((browser=='Microsoft Internet Explorer')&&(b_version.indexOf("6.0")!="-1"))
document.getElementById('divFlashTeaser').style.position='absolute';else
document.getElementById('divFlashTeaser').style.position='fixed';};var i=0;$(document).ready(function(){$("#gameList .hide").click(function(){if(!i)
{$("#gameList .list").fadeOut("slow");$("#gameList").addClass("hidden");$("#gameList .hide").text("show full game list");i=1;}
else{$("#gameList .list").fadeIn("slow");$("#gameList").removeClass("hidden");$("#gameList .hide").text("hide full game list");i=0;}
return false;});});