function ajaxFunction(){var ajax;try{ajax=new XMLHttpRequest()}catch(e){try{ajax=new ActiveXObject("Msxml2.XMLHTTP")}catch(e){try{ajax=new ActiveXObject("Microsoft.XMLHTTP")}catch(e){alert("Your browser does not support AJAX!");return false}}}return ajax}function showRateBox(show){var tag=document.getElementById("ratingBox");if(show==1){tag.style.display="block"}else{tag.style.display="none"}}function rateGame(gameid,vote){ajax=ajaxFunction();ajax.onreadystatechange=function(){rateGame_stateChanged()};var url=baseDir+"inc/ajax-rating.php";url=url+"?id="+gameid;url=url+"&vote="+vote;ajax.open("GET",url,true);ajax.send(null)}function rateGame_stateChanged(){var rateBox=document.getElementById('rateBox');if(ajax.readyState==4){rateBox.innerHTML=ajax.responseText}}function checkDaBrowser(name){var agent=navigator.userAgent.toLowerCase();if(agent.indexOf(name.toLowerCase())>-1)return true;return false}function maxWindow(){window.moveTo(0,0);if(document.all){top.window.resizeTo(screen.availWidth,screen.availHeight)}else if(document.layers||document.getElementById){if(top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){top.window.outerHeight=screen.availHeight;top.window.outerWidth=screen.availWidth}}}function addBookmark(url,name){if(window.sidebar&&window.sidebar.addPanel){window.sidebar.addPanel(name,url,'')}else if(window.opera&&window.print){var e=document.createElement('a');e.setAttribute('href',url);e.setAttribute('title',name);e.setAttribute('rel','sidebar');e.click()}else if(window.external){try{window.external.AddFavorite(url,name)}catch(e){}}else alert("To add our website to your bookmarks use CTRL+D on Windows and Linux and Command+D on the Mac.")}
