﻿//--------------- General
		
	function openClose(process){
		if (document.getElementById(process).style.display=="" ){
			document.getElementById(process).style.display="none";
		}else
			document.getElementById(process).style.display="";
	}
		
	function divclose(process){
		document.getElementById(process).innerHTML=" ";
	}

//--------------- Print

	function yazdir() {
		window.print();
		}

	function ieExecWB( intOLEcmd, intOLEparam ) { 
	 var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>'; 
	 document.body.insertAdjacentHTML('beforeEnd', WebBrowser); 
	 if (!intOLEparam || intOLEparam < -1 || intOLEparam > 1 ) { 
	 intOLEparam = 1; 
	 } 
	 WebBrowser1.ExecWB( intOLEcmd, intOLEparam ); 
	 WebBrowser1.outerHTML = ""; 
	}; 


//--------------- Menu

	function detailContainer(sira,kayit_sayisi){
		for (i=1;i<kayit_sayisi+1;i++ ){
			if (document.getElementById('game_container_'+sira) == document.getElementById('game_container_'+i)){
				if (document.getElementById('game_container_'+sira).className=="detail_close"){
					document.getElementById('game_container_'+sira).className="detail_open";
				}else{
					document.getElementById('game_container_'+sira).className="detail_close";
				}
			}else{
				document.getElementById('game_container_'+i).className="detail_close";
			}
		}
	}
		

	function divclose(process){
		document.getElementById(process).innerHTML=" ";
	}


	function bannerHide(){
		var t=setTimeout("jusmincountdown.asp",10);
	}


