
function showIntro(){
wa=480;ha=400;
sa="http://www.oyunlar1.com/afg/afg.swf";

document.write('<object id="afg" codeBase=http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0 classid=CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000 width="' + wa + '" height="' + ha + '" id="movie" ><param name="movie" value="' + sa +  '"><PARAM NAME="allowScriptAccess" VALUE="always"> <PARAM NAME="quality" VALUE="high"><PARAM NAME="scale" VALUE="exactfit"><PARAM NAME="menu" VALUE="true"><embed name="afg" src="' + sa +  '" width="' + wa + '" height="' + ha + '" quality="high"  swLiveConnect="false" allowScriptAccess="always" scale="exactfit" menu="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>');
}



function closeIntro(){

document.getElementById("afgmovie").style.display="none";
document.getElementById("showmovie").style.position="static";
document.getElementById("afgmovie").innerHTML="";
}

