function displayFlash(str_widht, str_height, str_swf, str_wmode){
	document.writeln('     <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+str_widht+'" HEIGHT="'+str_height+'" id="dhtmlig" ALIGN="">');
	document.writeln('       <PARAM NAME="movie" VALUE="'+str_swf+'">');
	document.writeln('       <PARAM NAME="quality" VALUE="high">');
//	document.writeln('       <PARAM NAME="wmode" VALUE="'+str_wmode+'">');
	document.writeln('       <PARAM NAME="wmode" VALUE="transparent">');
	document.writeln('       <PARAM NAME="bgcolor" VALUE="#FFFFFF">');
	document.writeln('      <EMBED src="'+str_swf+'" quality="high" wmode="'+str_wmode+'" bgcolor="#FFFFFF"  WIDTH="'+str_widht+'" HEIGHT="'+str_height+'" NAME="dhtmlig" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
	document.writeln('     </OBJECT>');
}


function openPop(){ 
	window.open('/simulador/index.html', '', 'fullscreen=yes, scrollbars=no'); 
} 

function closeFlut(){
	document.getElementById("divBannerFlut").style.display 	= "none";
	//document.getElementById("imgClose").style.display 		= "none";
}

function hideFlutBanner(){
	document.getElementById("divBannerFlut").style.height 			= "60px";
	document.getElementById("objFlash").height					= "60px";
}

function countHideBanner(){
	window.setTimeout("closeFlut();", 12000);

}

function openFlut(){
	document.getElementById("divBannerFlut").style.display 	= "";
	//document.getElementById("imgClose").style.display 		= "";
}