<!-- hide from old browsers

var days = new Array();
days[0] = "Sunday";
days[1] = "Monday";
days[2] = "Tuesday";
days[3] = "Wednesday";
days[4] = "Thursday";
days[5] = "Friday";
days[6] = "Saturday";

var months = new Array();
months[0] = "January";
months[1] = "February";
months[2] = "March";
months[3] = "April";
months[4] = "May";
months[5] = "June";
months[6] = "July";
months[7] = "August";
months[8] = "September";
months[9] = "October";
months[10] = "November";
months[11] = "December";

var url="http://www.excelhotels.co.uk"
var title="Excel Hotels: the online UK Hotel Reservations Service"
function addfave() {
if (document.all)
window.external.AddFavorite(url,title)}


function changeto(highlightcolor){
source=event.srcElement
if (source.tagName=="TR"||source.tagName=="TABLE")
return
while(source.tagName!="TR")
source=source.parentElement
if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
source.style.backgroundColor=highlightcolor
}

function changeback(originalcolor){
if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")
return
if (event.toElement!=source)
source.style.backgroundColor=originalcolor
}

//set grahams special secret variables
var version = "1";
var work = false;
// browser test:
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (browserName == "Netscape" && browserVer >= 3) version = "3";
else if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) version = "4";
else version = "1";

// Does it work in n3/4 ?
if(version =="3") {
		work = true;
}

// Does it work in ie4 ?
if(version =="4") {
		work = true;
}

self.name = "main";
function WinOpen(URL) {
	if (work == true) {
	go = window.open("","info","toolbar=no,width=500,height=500,directories=no,status=no,location=no,scrollbars=no,resizable=no,menubar=no");
	if(go!=null) {
			if(go.opener == null) {
					go.opener = self;
			}
			go.location.href = URL + ".asp";
				}
	}
}

function noimgsmall(imgPath) {
	eval(imgPath).src = "images/noimg150.gif";
}

// - end hiding, coast is clear -->