function map(id) {
	if (id.substring(0,1)!='_') {
		window.open('http://www.travelnow.com/popups/maps/mapPopup.jsp?cmd=Find&HotelLyr=Off&ClickMode=Center&cid=67218&hotelID='+id,'detail','Height=340px,Width=540px,resizable=yes,scrollbars=yes,toolbars=yes');
	} else {
		var sUrl = "http://www.multimap.com/map/browse.cgi?client=europe&pc="+id.substring(1,99)+"&db=pc&coordsys=gb&scale=50000";
		window.open(sUrl,'detail','Height=480px,Width=640px,resizable=yes,scrollbars=yes,toolbars=yes');
	}
}

function addFav() {
	if (document.all)
		window.external.AddFavorite('http://www.find-hotels-world.com/', 'Find Hotels Worldwide');
	else
		alert("Sorry. Netscape users must bookmark the pages manually by hitting <Ctrl-D>");
}
