function writePromowebftJS(){	
var strPromowebft='';
strPromowebft+= '<div id="OuterDivID" style="position:absolute;top:-90px; left:0px; height:180px; width:750;">';
strPromowebft+= '<div id="ContainerDivID" style="position:absolute; z-index:99999; overflow:hidden; height:180px; width:750px;; clip:rect(90px 750px 180px 0px);">';
strPromowebft+='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http:\/\/fpdownload.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=8,0,0,0" id="banner_01" width="1024" height="500" align="middle">';
strPromowebft+='<param name="allowScriptAccess" value="always" \/>';
strPromowebft+='<param name="movie" value="http:\/\/www.promowebsite.net\/promowebsite\/marcos\/expandible\/ywol_ex_btm_750x90.swf" \/>';
strPromowebft+='<param name="quality" value="best" \/>';
strPromowebft+='<param name="wmode" value="transparent" \/>';
strPromowebft+='<param name="bgcolor" value="#666666" \/>';
strPromowebft+='<embed src="http:\/\/www.promowebsite.net\/promowebsite\/marcos\/expandible\/ywol_ex_btm_750x90.swf" quality="best" wmode="transparent" bgcolor="#666666" width="1024" height="500" swliveconnect=true id="banner_01" name="banner_01" align="middle" allowscriptaccess="always" type="application\/x-shockwave-flash" pluginspage="http:\/\/www.macromedia.com\/go\/getflashplayer" \/>';
strPromowebft+='<\/object>';
strPromowebft+='<\/div>';
strPromowebft+='<\/div>';
document.getElementById("Promowebft").innerHTML += strPromowebft;
}

window.onload = writePromowebftJS;



var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the FSCommand in a Flash movie.
function banner_01_DoFSCommand(command, args) {
	var banner_01Obj = isInternetExplorer ? document.all.banner_01 : document.banner_01;

	if (command == "clipexpand") {
	   document.getElementById(args).style.clip= "rect(0px,750px,500px,0px)";
	  //document.getElementById(args).style.width = "755px";
	  //document.getElementById(args).style.height = "192px";
	  //document.getElementById(args).style.top = "-96px";
	  //alert("clipexpand");
	}
	if (command == "clipcolapse") {
	  	 document.getElementById(args).style.clip= "rect(90px,750px,500px,0px)";
	    // document.getElementById(args).style.height = "192px";
		// document.getElementById(args).style.top = "-96px";
		// document.getElementById(args).style.width = "755px";
		//alert("clipcolapse");
		
	}
}
// Hook for Internet Explorer.
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<script language=\"VBScript\"\>\n');
	document.write('On Error Resume Next\n');
	document.write('Sub banner_01_FSCommand(ByVal command, ByVal args)\n');
	document.write('	Call banner_01_DoFSCommand(command, args)\n');
	document.write('End Sub\n');
	document.write('</script\>\n');
}
