function AbrePopUp(sFicheroWeb ,sTexto,sAncho,sAlto,sleft)
{
	//window.close (sTexto);
	ventana=window.open (sFicheroWeb,sTexto,'toolbar=no,left=' + eval(sleft) +',  top=0, border=0, scrollbars=no, resizeable=no,  width=' + eval(sAncho) + ', height=' + eval(sAlto),"yes");
	//window.open (sFicheroWeb,"Auxiliar",'toolbar=yes,menubar=yes, left=0, top=0, border=0, scrollbars=yes, resizeable=yes,  width=' + eval(sAncho+20) + ', height=' + eval(sAlto+20),"yes");
	//window.item(sTexto).focus();
	if (ventana)
		ventana.focus();
}

var d=new Date();

if (d.getMonth()==7 || d.getMonth()==6 )
document.write ('<DIV id=\'sp_zonafirma\'  style=\'HEIGHT: 50px; POSITION: absolute; TOP: 0; LEFT:0px;  width:100%;Z-INDEX: 1;background-Color:paleGoldenRod\'  >' +
	'<center><blink><b>Atencion!, AGOSTO cerrado por vacaciones  |  We are closed on AUGUST' +
	'</b></blink><br><b>Información y reservas SOLAMENTE se atiende el tfno: 651 11 52 00</b></center>' +
	'</div>');
	