function hacerMagia(){   if (document.miform.combo1.selectedIndex < 0  ||  		document.miform.combo1.selectedIndex < 0 ) {  		alert (''); 		return;	} 	var valorCombo1 = document.miform.combo1.options[document.miform.combo1.selectedIndex].value; 	var url = '../servicios/alojamiento' + '/' + valorCombo1 + ".htm";  	location.href = url;    }function profesionales(){     	if (document.profe.combo1.selectedIndex < 0  ||   		document.profe.combo1.selectedIndex < 0 ) {    		alert ('');    		return;	} 	var valorCombo1 = document.profe.combo1.options[document.profe.combo1.selectedIndex].value; 	var url = 'profesionales' + '/' + valorCombo1 + ".htm";      	location.href = url;           }function comercio(){  	if (document.comer.combo1.selectedIndex < 0  ||           		document.comer.combo1.selectedIndex < 0 ) {          		alert ('');         		return; 	} 	var valorCombo1 = document.comer.combo1.options[document.comer.combo1.selectedIndex].value;          	var url = 'comercios' + '/' + valorCombo1; 	location.href = url; } function gastronomia(){  	if (document.gastro.combo1.selectedIndex < 0  ||         		document.gastro.combo1.selectedIndex < 0 ) {             		alert ('');	return;	}              	var valorCombo1 = document.gastro.combo1.options[document.gastro.combo1.selectedIndex].value;         	var url = 'gastronomia' + '/' + valorCombo1 + ".htm";     	location.href = url;      }
