var ocultar = "";
function cambiaEstado(iden)
  {
    var este = document.getElementById(iden);
    if (este.style.display == 'block')
      este.style.display = 'none';
    else
      este.style.display = 'block';
    if (ocultar!= "" && este!=ocultar) {
      ocultar.style.display = 'none';
    }
    ocultar=document.getElementById(iden);
  }
  
  
function cambia(iden)
  {
    var este = document.getElementById(iden);
    if (este.style.display == 'block')
      este.style.display = 'none';
    else
      este.style.display = 'block';
    if (ocultar!= "" && este!=ocultar) {
      ocultar.style.display = 'none';
    }
  }
    
  
  
  function alta(nombre)
{
	abre = window.open(nombre,'Alta_Aviso','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,height=310,width=320,top=50,left=10');
}

function pregunta(nombre)
{
	abre = window.open(nombre,'Pregunta','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,height=310,width=320,top=50,left=10');
}

function ventana0(nombre,lax,lay,texto)
{
	abre = window.open(nombre,'Alta_Aviso','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,height='+lay+',width='+lax+',top=10,left=10');
}

function ventana(nombre,lax,lay,texto)
{
	win = window.open('','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,height='+lay+',width='+lax+',top=10,left=10');
	win.document.writeln ('<html>');
	win.document.writeln ('<head><title>stratos-ad.com / '+texto+'</title></head>');
	win.document.writeln ('<style type="text/css"> body {background-repeat:no-repeat}</style>');
	win.document.writeln ('<body ONCLICK="javascript:window.close()" background="http://www.stratos-ad.com/stratos/js/bkg.gif" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">');
	win.document.writeln ('<img src="' + nombre +'">');
	win.document.writeln ('</body>');
	win.document.writeln ('</html>');
}

function ventana_scroll(nombre,lax,lay,texto)
{
	win = window.open('','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,height='+lay+',width='+lax+',top=10,left=10');
	win.document.writeln ('<html>');
	win.document.writeln ('<head><title>stratos-ad.com / '+texto+'</title></head>');
	win.document.writeln ('<body ONCLICK="javascript:window.close()" background="' + nombre +'">');
	win.document.writeln ('</body>');
	win.document.writeln ('</html>');
}

function ventana_redimen(nombre)
{
	win = window.open('','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,height=1,width=1,top=50,left=10');
	win.document.writeln ('<html>');
	win.document.writeln ('<head><title>Imagen ampliada | Hostal Madrid</title></head>');
	win.document.writeln ('<script>');
	win.document.writeln ('if (document.layers) {n=1;ie=0;}');
	win.document.writeln ('if (document.all) {n=0;ie=1;}');
	win.document.writeln ('function redimensiona()');
	win.document.writeln ('{');
	win.document.writeln ('ancho=document.imagen.width;');
	win.document.writeln ('alto=document.imagen.height;');
	win.document.writeln ('if (n)');
	win.document.writeln ('	{');
	win.document.writeln ('window.resizeTo(ancho+2,alto+2);');
	win.document.writeln ('	}');
	win.document.writeln ('else');
	win.document.writeln ('	{');
	win.document.writeln ('window.resizeTo(ancho+12,alto+31);');
	win.document.writeln ('	}');
	win.document.writeln ('}');
	win.document.writeln ('</script>');
	win.document.writeln ('<body ONCLICK="javascript:window.close()" topmargin="0" leftmargin="0" marginwidth="no" marginheight="no">');
	win.document.writeln ('<img ONLOAD="redimensiona();" name=imagen src="' + nombre +'">');
	win.document.writeln ('</body>');
	win.document.writeln ('</html>');
}

function irc(nombre,lax,lay,texto)
{
	win = window.open(nombre,'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,height='+lay+',width='+lax+',top=50,left=10');	
}

