//function Abrir_ventana (pagina) {
//var opciones="toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=508, height=365, top=85, left=140";
//window.open(pagina,"",opciones);
//}

 

//function swapImage(imgPath){
//	 document.hotelImage.src=imgPath;
//	 imgCurrent = imgPath;
//}
 
 

function setCSC(city,state,country) {
	if (city != "") {
	document.hotavailbox.city.value='';
	document.hotavailbox.city.value=city;
	document.hotavailbox.stateProvince.value=state;
	document.hotavailbox.country.value=country;
	}
}

  
