//coded by Mohammed Al-Thagafi - admin of jeddahbikers.com
//license free for any site that provide AFG ad slot

function showIntro(gameName){
wa=500;ha=400;
sa="http://el3b.sukrbnat.com/AFG_PRO_V4.swf?pub=4603061048287803&swfURL=" + gameName;
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(gameName){
document.getElementById("afgmovie").style.display="none";
document.getElementById("showmovie").style.position="static";
document.getElementById("showmovie").style.textAlign="center";
document.getElementById("afgmovie").innerHTML="";
var s = gameName;
if (screen.height < 768){var h = 335;}
if (screen.height >= 768){var h = 450;}
var w = 650;
document.getElementById("showmovie").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="' + s +  '"><PARAM NAME="quality" VALUE="high"><PARAM NAME="scale" VALUE="exactfit"><PARAM NAME="menu" VALUE="true"><embed name="mov" src="' + s +  '" 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>';
}
