var n = 0;

function AbrirVentana1(fichero)
{
	window.open(fichero,"MiVentana1","toolbar=no,directories=no,menubar=no,status=no,resizable=no,scrollbars=no,location=no,width=300px,height=200px");
}

function AbrirVentana2(fichero)
{
	window.open(fichero,"MiVentana2","toolbar=yes,directories=no,menubar=yes,status=yes,resizable=yes,scrollbars=yes,location=yes,width=600px,height=400px,top=0px,left=0px");
} 

function AbrirVentanaFoto1(foto)
{
	MiVentanaFoto1=open("","","toolbar=no,directories=no,menubar=no,status=no,resizable=no,scrollbars=no,location=no,width=300px,height=200px");
 	MiVentanaFoto1.document.write("<html><head><title>Foto</title></head>"); 		MiVentanaFoto1.document.write("<body marginheight=0 topmargin=0 marginwidth=0 leftmargin=0><table border='0' cellspacing='0' cellpadding='0'><tr><td width='300px' height='200px'><img src='" + foto + "' width='300px' height='200px'></td></tr></table>");
	MiVentanaFoto1.document.write("</body></html>");
}

function cargarpublicidad1()
{
	if (!window.parent.frames["general"])
	{
		window.location.replace("http://www.mallorcalandia.com/index.htm");
		return;
	}
	if (window.parent.frames["general"].pub.length == 1)
	{  
 		window.parent.frames["izquierda"].location.replace(window.parent.frames["general"].pub[0]);
 		window.parent.frames["derecha"].location.replace(window.parent.frames["general"].pub[0]);
 		return;
	}
	if (window.parent.frames["general"].pub.length == 2)
	{  
 		window.parent.frames["izquierda"].location.replace(window.parent.frames["general"].pub[0]);
 		window.parent.frames["derecha"].location.replace(window.parent.frames["general"].pub[1]);
		return;
	}
	if (n > (window.parent.frames["general"].pub.length)-1)
  		n = 0;
	window.parent.frames["izquierda"].location.replace(window.parent.frames["general"].pub[n]);
	if (n+1 <= (window.parent.frames["general"].pub.length)-1)
  		window.parent.frames["derecha"].location.replace(window.parent.frames["general"].pub[n+1]);
	if (n+1 > (window.parent.frames["general"].pub.length)-1)
	{
  		window.parent.frames["derecha"].location.replace(window.parent.frames["general"].pub[0]);
  		n=1;
	}
	else
	{
  		n=n+2;
	}
	setTimeout("cargarpublicidad1()", 20000);
}

function continuar(DirURL)
{
window.location.replace(DirURL);
}

function SolicitaInformacion1(fichero)
{
	window.open(fichero,"solinf1","toolbar=no,directories=no,menubar=no,status=no,resizable=no,scrollbars=no,location=no,width=470px,height=385px,top=0px,left=0px");
}
