var currLayer="";function openLayer(b){if(currLayer!=""){closeLayer(currLayer)}if(currLayer==""){var a=window;width_x=a.innerWidth?a.innerWidth:a.document.body.clientWidth;width_y=a.innerHeight?a.innerHeight:a.document.body.clientHeight;container_width=parseInt($(b).getStyle("width"));container_height=parseInt($(b).getStyle("height"));currLayer=b;$(b).setStyle({display:"block"})}}function closeLayer(a){$(a).setStyle({display:"none"});currLayer=""}function swapImage(b,a){$(b).src=a}function requestPass(){var a="user="+document.requestPwForm.nickmail.value;new Ajax.Updater("responseText","/?action=externalSendPsw",{method:"post",asynchronous:true,parameters:a})}function chageVote(a){if(a=="plus"&&document.votingform.vote.value<4){document.votingform.vote.value++}else{if(a=="minus"&&document.votingform.vote.value>1){document.votingform.vote.value--}}$(responseText).innerHTML="";$(voteImage).src="img/garden/level_"+document.votingform.vote.value+".png"}function sendVoting(){var b=parseInt(document.votingform.vote.value);if(b>0&&b<5){var a="vote="+b+"&uid="+document.votingform.uid.value;new Ajax.Updater("responseText","/?action=externalGardenVote",{method:"post",asynchronous:true,parameters:a})}return false}var selectLang=false;function showLanguageLayer(){if(!selectLang){$("selectLangBox").setStyle({visibility:"visible"});selectLang=true}else{$("selectLangBox").setStyle({visibility:"hidden"});selectLang=false}}function hideLanguageLayer(){$("selectLangBox").setStyle({visibility:"hidden"})}function setLanguageSelected(){$("selectLangBox").setStyle({visibility:"hidden"})}var gtcount=5;var gtcurrent=1;function prevGamesTourimage(a){if(gtcurrent>1){gtcurrent--;$("gamestourimage").src="/img/"+a+"/gamestour/spieltour_"+gtcurrent+".png"}}function nextGamesTourimage(a){if(gtcurrent<gtcount){gtcurrent++;$("gamestourimage").src="/img/"+a+"/gamestour/spieltour_"+gtcurrent+".png"}};