function openIT(u,W,H,X,Y,n) {
	var cD  ='img/close_dwn.gif'
	var cU  ='img/close_up.gif'
	var cO  ='img/close_ovr.gif'
	var cL  ='img/clock.gif'
	var tH  ='<font face=verdana size=1>&nbsp;&nbsp;Spain Mountains</font>'
	var tW  ='&nbsp;&nbsp;Spain Mountains'
	var wB  ='#000000'
	//var wBs ='#000000'
	var wBs ='#FF0000'
	var wBG ='#4AC6A5'
	var wBGs = '1AEAB3'
	var wNS ='toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0'
	var fSO ='scrolling=auto noresize'
	return chromeless(u,n,W,H,X,Y,cD,cU,cO,cL,tH,tW,wB,wBs,wBG,wBGs,wNS,fSO)
}

 function entrar(src,color_entrada) {
 if (!src.contains(event.fromElement)) {
	 src.style.cursor = "hand";
	 src.bgColor = color_entrada;
	 src.FontColor="ff0000";
	}
 }
 function sortir(src,color_default) {
	if (!src.contains(event.toElement)) {
	 src.style.cursor = "default";
	 src.bgColor = color_default;
	}
 }

function CargarSeccion()
{
	familia = document.ahotel.sistema.options[document.ahotel.sistema.selectedIndex].value
	
	document.all.subs.options.length = 1;
	document.all.subs.options[0].text="Cargando...";
	document.all.subs.selectedIndex=0;
	document.all.subs.disabled=true;
	
	document.all.sframe.src="cargardatos.asp?pg=1&id="+familia;
	
	


}

function CargarValle()
{
	familia = document.ahotel.subsistema.options[document.ahotel.subsistema.selectedIndex].value

	document.all.provin.options.length = 1;
	document.all.provin.options[0].text="Cargando...";
	document.all.provin.selectedIndex=0;
	document.all.provin.disabled=true;

	document.all.sframe2.src="cargardatos1.asp?pg=2&id="+familia;

}

function CargarZona()
{
	familia = document.ahotel.valle.options[document.ahotel.valle.selectedIndex].value

	document.all.vall.options.length = 1;
	document.all.vall.options[0].text="Cargando...";
	document.all.vall.selectedIndex=0;
	document.all.vall.disabled=true;

	document.all.sframe3.src="cargardatos2.asp?pg=3&id="+familia;

}

function CargarGrupo()
{
	familia = document.ahotel.grupo.options[document.ahotel.grupo.selectedIndex].value

	document.all.subgr.options.length = 1;
	document.all.subgr.options[0].text="Cargando...";
	document.all.subgr.selectedIndex=0;
	document.all.subgr.disabled=true;

	document.all.sframe5.src="cargarsubgrupos.asp?pg=1&id="+familia;

}

function CargarSeccionCom()
{
	familia = document.ahotel.sistema.options[document.ahotel.sistema.selectedIndex].value

	document.all.subs.options.length = 1;
	document.all.subs.options[0].text="Cargando...";
	document.all.subs.selectedIndex=0;
	document.all.subs.disabled=true;

	document.all.sframe.src="cargardatoscom.asp?pg=1&id="+familia;

}

function CargarValleCom()
{
	familia = document.ahotel.subsistema.options[document.ahotel.subsistema.selectedIndex].value

	document.all.provin.options.length = 1;
	document.all.provin.options[0].text="Cargando...";
	document.all.provin.selectedIndex=0;
	document.all.provin.disabled=true;

	document.all.sframe2.src="cargardatos1com.asp?pg=2&id="+familia;

}

function CargarZonaCom()
{
	familia = document.ahotel.valle.options[document.ahotel.valle.selectedIndex].value

	document.all.vall.options.length = 1;
	document.all.vall.options[0].text="Cargando...";
	document.all.vall.selectedIndex=0;
	document.all.vall.disabled=true;

	document.all.sframe3.src="cargardatos2com.asp?pg=3&id="+familia;

}

 function votacion()
 {
   window.open("votacion.htm","votacion","toolbar=0,scrollbars=2,width=700,height=400,top=100,left=10")
 }

