var url, w, h;
function showIntro(){

					

 var swf="http://static.oyunskor.com/swf/isp/" + url;

document.getElementById("playgame").innerHTML='<object id="obje2" width="'+w+'" height="'+h+'" classid="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=6,0,0,0"><param name="movie" value="'+swf+'"><param name="allowScriptAccess" value="always"><param name="quality" value="high"><param name="scale" value="exactfit"><param name="menu" value="true"><embed id="obje1" allowScriptAccess="always" width="'+w+'" height="'+h+'" name="flGame" src="'+swf+'" quality="high" scale="exactfit" menu="true" swLiveConnect="false" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>';
}


function closeIntro(){

document.getElementById("intro").style.display="none";
document.getElementById("playgame").style.position="static";
document.getElementById("intro").innerHTML="";

 var swf="http://static.oyunskor.com/swf/" + url;

document.getElementById("playgame").innerHTML='<object id="mov" codeBase=http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0 classid=CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000 width="' + w + '" height="' + h + '" id="movie" ><param name="movie" value="' + swf +  '"><param name="wmode" value="transparent"> <PARAM NAME="quality" VALUE="high"><PARAM NAME="scale" VALUE="exactfit"><PARAM NAME="menu" VALUE="true"><embed name="mov" src="' + swf +  '" width="' + w + '" height="' + h + '" quality="high"  swLiveConnect="false" scale="exactfit" menu="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>';
		

}

