	<!--
	function navigate_gallery() {
		if (document.galleryForm.url.options[document.galleryForm.url.selectedIndex].value != "") {
		 eval("location='"+document.galleryForm.url.options[document.galleryForm.url.selectedIndex].value+"'");
		  }
	}
	// -->
	
	
	<!--
	function navigate_tatedestinations() {
		if (document.otherdest.url.options[document.otherdest.url.selectedIndex].value != "") {
		 eval("location='"+document.otherdest.url.options[document.otherdest.url.selectedIndex].value+"'");
		  }
	}
	// -->
