

function OpenWin(param, w, h){



	n=window.open(param,"welcome","menubar=none, scrollbars=yes, width="+w+", height="+h); 



}







function SetFlashCookie(val){

	

	if(val==1){

		img = new Image();

		img.src = "/stalevar_intro.php?isFullIntro=0";



	}else if(val==2){

		img = new Image();

		img.src = "/stalevar_intro.php?isFullIntro=1";



	}

}



function GetFlashCookie(){





}



