function BuildHeader() {
	document.write("<table bgcolor='#37554d' width=800 style='BORDER-BOTTOM: white 1px solid;' border=0>");//#B6B09D //#405a76
	document.write("<tr><td align=left>");
	document.write("<img src='/images/theatreTown.gif' align=top><br>");
//	document.write("<font color='white'>London Theatre Breaks with Luxury and Style</font>");
	document.write("</td>");
	document.write("<td width=5 align=left></td>");
	document.write("<td align=center valign=middle width=480>");
	document.write("<iframe src='/banner.htm' width=400 height=60 marginwidth=0 marginheight=0 scrolling=NO frameborder=0></iframe>")
	document.write("</td><td width=140>");
	document.write("<ul><li class=BulletMain><a Class=LinkDefaultSml href='mailto:cont" + "act@lon" + "doncitytheatre.co.uk?Subject=London City Theatre Enquiry'>Email Us</a></li>");
	document.write("<li class=BulletMain><a Class=LinkDefaultSml href='/theatremailinglist/'>Mailing List</a></li>");
	document.write("<li class=BulletMain><a Class=LinkDefaultSml href='/common/about_us.htm'>About Us</a></li>");
	document.write("<li class=BulletMain><a Class=LinkDefaultSml href='/reviews/'>Reviews</a></li></ul>");
	document.write("<font color='white'><b>Tel 0871 221 2559</b></font>");
	document.write("</td></tr>");
	document.write("</table>");
	document.write("<table bgcolor='#B6B09D'><tr><td class=mainmenu width=800 align=right>");
	document.write("<a class='MenuLinkMain' href='/'>Home</a>&nbsp;|&nbsp;");
	document.write("<a class='MenuLinkMain' href='/theatretickets/'>Tickets</a>&nbsp;|&nbsp;");
	document.write("<a class='MenuLinkMain' href='/shakespeareandhotel/' target=_parent>Shakespeare Breaks</a>&nbsp;|&nbsp;");
	document.write("<a class='MenuLinkMain' href='/bookings/?name=top&burl=/search/'>Search</a>&nbsp;|&nbsp;");
	document.write("<a class='MenuLinkMain' href='/theatres/'>Theatres</a>&nbsp;|&nbsp;");
	document.write("<a class='MenuLinkMain' href='/bookings/?burlsb=london.htm'>London Hotels</a>&nbsp;|&nbsp;");
	document.write("<a class='MenuLinkMain' href='/theatrevouchers/'>Gift Vouchers</a>&nbsp;");
  	document.write("</td></tr></table>");

}

function BuildHeaderFrame() {
	document.write("<table bgcolor='#37554d' style='BORDER-BOTTOM: white 1px solid;'>");//#B6B09D //#405a76
	document.write("<tr><td align=left>");
	document.write("<img src='/images/theatreTown.gif' align=top><br>");
//	document.write("<font color='white'>London Theatre Breaks with Luxury and Style</font>");
	document.write("</td>");
	document.write("<td width=5 align=left></td>");
	document.write("<td align=center valign=middle width=480>");
	document.write("<iframe src='/banner.htm' width=400 height=60 marginwidth=0 marginheight=0 scrolling=NO frameborder=0></iframe>")
	document.write("</td><td width=140>");
	document.write("<ul><li class=BulletMain><a Class=LinkDefaultSml target=_parent href='mailto:cont" + "act@lon" + "doncitytheatre.co.uk?Subject=London City Theatre Enquiry'>Email Us</a></li>");
	document.write("<li class=BulletMain><a Class=LinkDefaultSml target=_parent href='/theatremailinglist/'>Mailing List</a></li>");
	document.write("<li class=BulletMain><a Class=LinkDefaultSml target=_parent href='/common/about_us.htm'>About Us</a></li>");
	document.write("<li class=BulletMain><a Class=LinkDefaultSml target=_parent href='/reviews/'>Reviews</a></li></ul>");
	document.write("<font color='white'><b>Tel 0871 221 2559</b></font>");
	document.write("</td></tr>");
	document.write("</table>");
	document.write("<table bgcolor='#B6B09D'><tr><td class=mainmenu width=800 align=right>");
	document.write("<a class='MenuLinkMain' href='/' target=_parent>Home</a>&nbsp;|&nbsp;" );
	document.write("<a class='MenuLinkMain' href='/theatretickets/' target=_parent>Tickets</a>&nbsp;|&nbsp;");
	document.write("<a class='MenuLinkMain' href='/shakespeareandhotel/' target=_parent>Shakespeare Breaks</a>&nbsp;|&nbsp;");
	document.write("<a class='MenuLinkMain' href='/bookings/?name=top&burl=/search/'  target=_parent>Search</a>&nbsp;|&nbsp;");
	document.write("<a class='MenuLinkMain' href='/theatres/'  target=_parent>Theatres</a>&nbsp;|&nbsp;");
	document.write("<a class='MenuLinkMain' href='/bookings/?burlsb=london.htm'  target=_parent >London Hotels</a>&nbsp;|&nbsp;");
	document.write("<a class='MenuLinkMain' href='/theatrevouchers/'  target=_parent>Theatre Vouchers</a>&nbsp;");
	document.write("</td></tr></table>");
}

function LoadStyle () {

	var sBrowser = navigator.appName;
	var iVersion = parseInt(navigator.appVersion);
	
	/* Load the default style sheet - suitable for IE */
	document.write( "<link rel='stylesheet' type='text/css' href='/Style.css'> ");
	
	if (sBrowser != "Microsoft Internet Explorer") {
		
		/* Overwrite some styles with netscape styles */
		document.write( "<link rel='stylesheet' type='text/css' href='/NetStyle.css'> ");		
	}

}
