	if (document.layers) {
		//Load the DHTML code for NS4 and Opera
		if(navigator.userAgent.indexOf("Opera") != -1){
			document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='/nav_opera.js'><\/scr"+"ipt>");
		} else {
			document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='/nav_ns4.js'><\/scr"+"ipt>");
		}
	} else {
		//Load the DHTML code for IE and NS 6
		document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='/nav.js'><\/scr"+"ipt>");
	}
	
	sectname="hom";
// ---------------------------------------------------------------------------------------

	// Choose a Hotel DD
	function nav() {
	var w = document.hotels.hotel.selectedIndex;
	var url_add = document.hotels.hotel.options[w].value;
	window.location.href = url_add;
	}

// ---------------------------------------------------------------------------------------// ---------------------------------------------------------------------------------------
