<!--
//bookings function
function goto_book(form) {
var myindex=document.myform.dest.selectedIndex;
	
	//ye olde bell
	if (document.myform.dest.value == "al")
		{window.open("https://utelllink.ibe.netbooker.com/web/FrontController.nb4?module=PropertySearch&operation=SinglePropertySearch&execute=yes&propertyCodeType=RV&chainCode=UI&instanceId=175&lookAndFeelId=2661&propertyCode=044663&locale=en");
		}
	else
	
	//liongate
	if (document.myform.dest.value == "lg")
		{window.open("https://utelllink.ibe.netbooker.com/web/FrontController.nb4?module=PropertySearch&operation=SinglePropertySearch&execute=yes&propertyCodeType=RV&chainCode=UI&instanceId=175&lookAndFeelId=2662&propertyCode=044659&locale=en");}
	else
	
	//stoke place
	if (document.myform.dest.value == "sp")
		{window.open("https://utelllink.ibe.netbooker.com/web/FrontController.nb4?module=PropertySearch&operation=SinglePropertySearch&execute=yes&propertyCodeType=RV&chainCode=UI&instanceId=175&lookAndFeelId=2704&propertyCode=044671&locale=en");}
	else
	
	//paragon
	if (document.myform.dest.value == "pa")
		{window.open("https://utelllink.ibe.netbooker.com/web/FrontController.nb4?module=PropertySearch&operation=SinglePropertySearch&execute=yes&propertyCodeType=RV&chainCode=UI&instanceId=175&lookAndFeelId=2705&propertyCode=044358&locale=en");}
	else
	
	//if (document.myform.dest.value == "dc")
		//{window.open("https://agent.synxis.com/bar/BarServlet?stage=start&cid=NAV&hid=ABBEY&url=www.dhillonhotels.co.uk/&hea=abbres@dhillonhotels.co.uk&locale=en_GB");}
	//else
	
	//the crown
	if (document.myform.dest.value == "cr")
		{window.open("https://utelllink.ibe.netbooker.com/web/FrontController.nb4?module=PropertySearch&operation=SinglePropertySearch&execute=yes&propertyCodeType=RV&chainCode=UI&instanceId=175&lookAndFeelId=2703&propertyCode=044674&locale=en");}
	else
	
	if (document.myform.dest.value == "nohotel")
		{alert('* Please select a hotel ');}
	else
	{}
}

//Cancellations function
function goto_cancel(form) {
var myindex=document.myform.dest.selectedIndex;
	
	//ye olde bell
	if (document.myform.dest.value == "al")
		{window.open(" https://utelllink.ibe.netbooker.com/web/FrontController.nb4?module=Reservation&operation=RetrieveReservationRV&execute=yes&instanceId=175&lookAndFeelId=2661");
		}
	else
	 
	//liongate
	if (document.myform.dest.value == "lg")
		{window.open(" https://utelllink.ibe.netbooker.com/web/FrontController.nb4?module=Reservation&operation=RetrieveReservationRV&execute=yes&instanceId=175&lookAndFeelId=2662");}
	else
	
	//stoke place
	if (document.myform.dest.value == "sp")
		{window.open("https://utelllink.ibe.netbooker.com/web/FrontController.nb4?module=Reservation&operation=RetrieveReservationRV&execute=yes&instanceId=175&lookAndFeelId=2704");}
	else
	
	//paragon
	if (document.myform.dest.value == "pa")
		{window.open("https://utelllink.ibe.netbooker.com/web/FrontController.nb4?module=Reservation&operation=RetrieveReservationRV&execute=yes&instanceId=175&lookAndFeelId=2705");}
	else
	
	//if (document.myform.dest.value == "dc")
		//{
		//location.href=("#");
		//}
	//else
	
	//crown
	if (document.myform.dest.value == "cr")
		{window.open("https://utelllink.ibe.netbooker.com/web/FrontController.nb4?module=Reservation&operation=RetrieveReservationRV&execute=yes&instanceId=175&lookAndFeelId=2703");}
	else
	
	if (document.myform.dest.value == "nohotel")
		{alert('* Please select a hotel ');}
	else
	{}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->