function fnTop(){
var str="";
str+="<TABLE WIDTH=780 align='center' BORDER=0 CELLPADDING=0 CELLSPACING=0>";
str+="<TR><TD colspan='3'><IMG SRC='home/morgan_top.jpg' WIDTH=780 HEIGHT=17></TD></TR>";
str+="<TR><TD><IMG SRC='home/morgan_left.jpg' WIDTH=60 HEIGHT=95></TD>";
str+="<TD><IMG SRC='home/morganhotel_logo.jpg' WIDTH=171 HEIGHT=95 alt='Morgan Hotel Logo'></TD>";
str+="<TD><IMG SRC='home/morgan_britishmuseum.jpg' WIDTH=549 HEIGHT=95 alt='British Museum'></TD>";
str+="</TR></TABLE>";
document.write(str);
}

function fnCright(){
var str="";
str+="<TABLE WIDTH=780 align='center' BORDER=0 CELLPADDING=0 CELLSPACING=0>";
str+="<TR><TD colspan=2><img src='images/inner_bot.jpg' width='780' height='26'></TD></TR>";
str+="<TR><TD HEIGHT=21 class='copy'>© 2005 Morgan Hotel. All rights reserved.</TD>";
str+="<TD align=right class='bottom rdelta'>Website by <a class='abottom' href='http://www.reversedelta.com' target='_blank'>reverse delta</a></TD></TR>";
str+="</TABLE>";
document.write(str);
}

function popup(mylink, windowname)
{
	if (! window.focus)return true;
	var href;
	if (typeof(mylink) == 'string')
	href=mylink;
	else
	href=mylink.href;
	
	window.open(href, windowname, 'width=470,height=330,scrollbars=yes');
	return false;
}