
function Maximiza()
{
	/*
	Auto Maximize Window Script- By Nick Lowe (nicklowe@ukonline.co.uk)
	For full source code, 100's more free DHTML scripts, and Terms Of Use
	Visit http://www.dynamicdrive.com
	*/
	window.moveTo(0,0);
	if (document.all) {
		top.window.resizeTo(screen.availWidth,screen.availHeight);
	}
	else if (document.layers||document.getElementById) {
		if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
			top.window.outerHeight = screen.availHeight;
			top.window.outerWidth = screen.availWidth;
		}
	}
}

function password(texto)
{
	if (texto!="")
	location.href= "./Auxiliar/Paso2/"+texto+".html";
}

//Publicidad.
var i=0
var retardo=5
var directorio="./Imagenes/Publicidad/"
var anuncios=new  Array()
//Aņadir los archivos  de imagenes  a la lista
anuncios[0]="Belando.jpg"
anuncios[1]="CarmenPerez.jpg"
anuncios[2]="CasaPilar.jpg"
anuncios[3]="Elcom.jpg"
anuncios[4]="Filiberto.jpg"
anuncios[5]="Juver.jpg"
anuncios[6]="Los2Mateos.jpg"
anuncios[7]="Merche.jpg"
anuncios[8]="Merry.jpg"
anuncios[9]="PanaderiaManresa.jpg"
anuncios[10]="PanaderiaMejias.jpg"
anuncios[11]="PanaderiaRuiz.jpg"
anuncios[12]="PeluqueriaCano.jpg"
anuncios[13]="PescaderiaAntonio.jpg"
anuncios[14]="PescaderiaLourdes.jpg"
anuncios[15]="RamonSabater.jpg"
anuncios[16]="RojoyTorralba.jpg"
anuncios[17]="SacosVives.jpg"
anuncios[18]="TorreLucas.jpg"
anuncios[19]="Tricomur.jpg"
anuncios[20]="Valera.jpg"

function poneranuncio(){
	var Nimg=new Image()
	var archivo
	archivo=directorio + anuncios[i]
	Nimg.src=archivo
	document.images["publi"].src=Nimg.src
	i++
	if(i>=anuncios.length)i=0
	
}

function carrusel(){
	setInterval("poneranuncio()",retardo*1000)
	

}
//Fin de publicidad


