
<!-- Begin
function formhandlist()
{
   var URL = document.hotels.alpha.options[document.hotels.alpha.selectedIndex].value;
	window.location.href=URL;
}

function formhandlist1()
{
	var URL = document.hotels.myselect.options[document.hotels.myselect.selectedIndex].value;
	window.location.href=URL;
}

function formhandlist2()
{
	var URL = document.hotel.myselect.options[document.hotel.myselect.selectedIndex].value;
	window.location.href=URL;
}

// End -->
