function pintarFlotante(){
		//al final del banner
		//getURL("javascript: explorerBorraLayer();");
		explorerMax();
		//document.body.style.overflow = 'hidden'; 
		var Ew = (self.innerWidth ? self.innerWidth : (document.documentElement && document.documentElement.clientWidth) ? document.documentElement.clientWidth : document.body ? document.body.clientWidth : 800) + 0;
		Ew += 10; 
		var Eh = self.innerHeight ? self.innerHeight : (document.documentElement && document.documentElement.clientHeight) ? document.documentElement.clientHeight : document.body ? document.body.clientHeight : 600;
		
		var _FlashSrc;
		var _FlashVersion;
		var _FlashVars = 'c=1';
		var realWidth;
		var realHeight;
		var headerHeight;
		/****************** _FlashSrc = 'menus.swf';  *************menu tapeo turista***************/
		
		_FlashSrc = 'media/banner_menuabuela.swf';
		
		_FlashVersion = '7,0,0,0';
		realWidth = 591;
		realHeight = 437;
		headerHeight = 40;
		var _H = ((Eh - 10) <= realHeight) ? (Eh - 10) : realHeight;
		var _W = (Ew <= realWidth) ? Ew : realWidth;
		/*var adTop = ((Eh - _H - headerHeight) / 2);*/
		var adTop = -3;
		

		document.write('<div id="id_body" style="margin:auto; border:0; padding:0; position: absolute; height: 400px; left: 50%; top: 50%; margin-left: -475px; margin-top: -210px; z-index: 200; width: 940px; ">');
		//document.write('<div id="id_body" style="position: absolute; height: ' + Eh + 'px; left: 0px; top: ' + headerHeight + 'px; z-index: 200; width: 100%; ">');
		document.write('<table width="100%" style="position: absolute; top: ' + adTop + 'px;"><tr><td width="100%"><center>');
		document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=" + _FlashVersion + "\" width=\"" + realWidth + "\" height=\"" + realHeight + "\"><param name=\"movie\" value=\"" + _FlashSrc + "\"><param name=\"quality\" value=\"high\"> <param name=\"wmode\" value=\"transparent\"> <param name=\"scale\" value=\"exactfit\">  <param name=\"flashvars\" value=\"" + _FlashVars + "\"><embed scale=\"exactfit\" flashvars=\"" + _FlashVars + "\" src=\"" + _FlashSrc + "\" quality=\"autohigh\" wmode=\"transparent\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"" + realWidth + "\" height=\"" + realHeight + "\" border=\"0\" loop=\"true\"></embed></object>");
		document.write('')
		document.write('</center></td></tr></table>');
		document.write('</div>');
		
		window.scroll(Ew, 0);
}

function explorerBorraLayer() {
	var eLBody = document.getElementById('id_body');
	if ( eLBody != null) { 		
		window.scroll(0, 0);
		document.body.style.overflow = ''; 
		eLBody.style.display = 'none';
		eLBody.innerHTML = '';
	}
}

function explorerMax() {
	self.moveTo(0,0);
	self.resizeTo(screen.availWidth, screen.availHeight);
}


