				function home_espanol() {
			var dim640x480 = "menubar=no,status=yes,width=630,height=460,top=0%,left=0%";
			var dim800x600 = "menubar=no,status=yes,width=790,height=530,top=0%,left=0%";
			var dim1024x768 = "menubar=no,status=yes,width=1020,height=700,top=0%,left=0%";
			var page800 = "main_800.htm";
							if (
								(screen.width == 640) && (screen.height == 480)
								)
									 window.open ('main.htm','_blank',dim640x480);
							else if (
								(screen.width == 800) && (screen.height == 600)
								)
									window.open (page800,'_blank',dim800x600);
							else if (
								(screen.width == 1024) && (screen.height == 768)
								)
									window.open ('main.htm','_blank',dim1024x768);
							else
									window.open ('main.htm','_blank',dim640x480);
			}
	
	//function home_espanol(){ 
//window.open ('main.htm','_blank',"menubar=no,status=yes,width=1020,height=700,top=0%,left=0%");
//}
	

function fecha_spanol()

   {

   var nombres_dias = new Array("diumenge", "dilluns", "dimarts", "dimecres", "dijous", "divendres", "dissabte")
   var nombres_meses = new Array("Gener", "Febrer", "Març", "Abril", "Maig", "Juny", "Juliol", "Agost", "Septembre", "Octubre", "Novembre", "Desembre")

   var fecha_actual = new Date()

   dia_mes = fecha_actual.getDate()		
   dia_semana = fecha_actual.getDay()		
   mes = fecha_actual.getMonth() + 1
   anio = fecha_actual.getYear()

   if (anio < 100)					
      anio = '19' + anio
   else if ( ( anio > 100 ) && ( anio < 999 ) ) {	
      var cadena_anio = new String(anio)
      anio = '20' + cadena_anio.substring(1,3)
   }

   
   document.write(nombres_dias[dia_semana] + ", " + dia_mes + " de " + nombres_meses[mes - 1] + " del " + anio)
   }
	function vacaciones(){ 
 window.open ('vacaciones.htm','_blank',"menubar=no,status=yes,scrollbars=yes,width=520,height=400,top=0%,left=0%");
}
	function his_ind(){ 
 window.open ('historia_indalo.htm','_blank',"menubar=no,status=yes,scrollbars=yes,width=560,height=400,top=0%,left=0%");
}
	function reservas(){ 
 window.open ('info_reserv.htm','_blank',"menubar=no,status=yes,scrollbars=yes,width=650,height=440,top=0%,left=0%");
}
	function creditos(){ 
 window.open ('creditos.htm','_blank',"menubar=no,status=yes,scrollbars=yes,width=650,height=440,top=0%,left=0%");
}
	function dali_2004(){ 
 window.open ('dali_2004.htm','_blank',"menubar=no,status=yes,scrollbars=yes,width=560,height=500,top=0%,left=0%");
}
	function forum(){ 
 window.open ('forum.htm','_blank',"menubar=no,status=yes,scrollbars=yes,width=650,height=550,top=0%,left=0%");
}
	function tarifas(){ 
 window.open ('tarifas.htm','_blank',"menubar=no,status=yes,scrollbars=yes,width=650,height=550,top=0%,left=0%");
}
	function contacto(){ 
 window.open ('contacto.htm','_blank',"menubar=no,status=yes,scrollbars=yes,width=650,height=500,top=0%,left=0%");
}
	function trabaja(){ 
 window.open ('trabaja.htm','_blank',"menubar=no,status=yes,scrollbars=yes,width=650,height=500,top=0%,left=0%");
}
	function terminos(){ 
 window.open ('condiciones.htm','_blank',"menubar=no,status=yes,scrollbars=yes,width=650,height=500,top=0%,left=0%");
}
	function nota_legal(){ 
 window.open ('nota_legal.htm','_blank',"menubar=no,status=yes,scrollbars=yes,width=650,height=500,top=0%,left=0%");
}
	function mapa_local(){ 
 window.open ('maps_stsusa.htm','_blank',"menubar=no,status=yes,scrollbars=yes,width=750,height=590,top=0%,left=0%");
}
	function favoritos(){
	   if ((navigator.appName=="Microsoft Internet Explorer") && 
			 (parseInt(navigator.appVersion)>=4)) {
		  var url="http://www.indalopark.com/"; 
		  var titulo="Hotel Indalo Park - Sta. Susanna";
		  window.external.AddFavorite(url,titulo);
	   } else { 
		  if(navigator.appName == "Netscape") 
			 alert("Crtl+D to add to favourites"); 
	   }
} 
// JavaScript Document