function book_mark(){
	if (navigator.appName.indexOf('Microsoft')>-1){
		window.external.AddFavorite(document.location,document.title);
	}else{
		alert("Press &quot;Ctrl+D&quot; to Bookmark This Site");
	}
}

function EMailFriend() { 
	window.open("http://www.londonhotelsavings.com/ForwardToFriend.html","EMFF","width=510,height=210,scrollbars=no,resizable=no,status=no") 
	} 

function printPage(){
window.print();
}

function OpenCurrConv(){ 
Url="http://www.thisismoney.com/calculators/currency/ns3_currency.asp"; 
window.open(Url,'Curr','width=300,height=270,status=0,toolbar=0,menubar=0,scrollbars=0,top=300,left=300'); 
} 

var nav=navigator.appName;
var sw= 760;

function set_position(){
if (navigator.userAgent.indexOf("Netscape/7")>-1){
document.getElementById("progress").style.left=(sw-300)/2;
document.getElementById("progress").style.top=10;
document.getElementById("progress").style.visibility="visible";
}else{
document.all["progress"].style.left=(sw-300)/2;
document.all["progress"].style.top=10;
document.all["progress"].style.visibility="visible";
}
}
function hide_preload(){
if (navigator.userAgent.indexOf("Netscape/7")>-1){
document.getElementById("progress").style.visibility="hidden";
}else{
document.all["progress"].style.visibility="hidden";
}
}

function loadPricingFrame(m_hotel_code){
m_url="http://www.londonhotelsavings.com/servlet/TravelStayNetwork.WebSiteSetup?Frame=RatesTable1&hotel_code=/servlet/TravelStayNetwork.WebSiteSetup?Frame=RatesTable_1&hotel_code="+m_hotel_code+"";
if (nav=="Netscape"){
document.layers["PrFrame"].src=m_url;
document.layers["PrFrame"].left=document.images["PricingFrame"].x
document.layers["PrFrame"].top=document.images["PricingFrame"].y
document.layers["PrFrame"].visibility="show";
}else{
document.frames["PrFrame"].location.replace(m_url);
}
}


