
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

	var width,height;
	if (self.innerHeight) // all except Explorer
			{
				width = self.innerWidth;
				height = self.innerHeight;
			}
			else if (document.documentElement && document.documentElement.clientHeight)
				// Explorer 6 Strict Mode
			{
				width = document.documentElement.clientWidth;
				height = document.documentElement.clientHeight;
			}
			else if (document.body) // other Explorers
			{
				width = document.body.clientWidth;
				height = document.body.clientHeight;
	}
	widthab25 = (width-740)/2;
	heightab25 = (height -440)/2;
	//document.write (widthab25);
	//document.write (heightab25);
	
//-->

 document.write ('<style type="text/css">');
 document.write ('.localizacion { position:absolute; left:'+widthab25+'px; top: '+heightab25+'px ;width:740px; height:440; z-index:2; background-color:#6e1940;border: 1px solid #fff; filter:progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0, wipeStyle=0, motion=forward)}')
 document.write ('</style>');
