<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->

function OpenWindow(WindowPopUp){
		RecWindow = window.open(WindowPopUp, "Pop", 'titlebar=YES,toolbar=NO,top=15,left=75,width=660,height=600,directories=NO,status=NO,scrollbars=YES,resizable=NO,menubar=NO');
}

function confirmSubmit(newUser)
{

//used to check correct email format

    var myEmailAddress = document.all.txtEmailAddress.value;

    if (myEmailAddress=="")
    {
      alert('Please input your email address');
	  return false;
    }
	
	
	var filter  = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9])+$/;
	if (!filter.test(myEmailAddress))
	{
		alert('Incorrect email address format entered');
		return false;
	}
}  

function writeLondonInfo()
{
document.write ("LONDON - a rare combination. A place where you can find glorious galleries, world-class museums, gourmet restaurants, vibrant theatres, non-stop entertainment and superb shops, wrapped up with history ...");
}

function writeHotelAdvHead()
{
document.write ("Elysee Hotel, Strand Palace Hotel and Cordova House Hotel are currently our featured hotels, but we have lots more to choose from.");
}

function writeElyseeHotel()
{
document.write ("from 45 GBP, 3-stars hotel<br><i>The Elysee Hotel is situated in the beautiful Hyde Park area of London. This hotel has been recently decorated to a very high standard and is ready to welcome guests from around the world. If you intend to fly into Heathrow Airport the Heathrow Express, which is available every 15 minutes.... </i>");
}

/*function writePrincesSquareHotel()
{
document.write ("from 75 GBP, 4-diamonds hotel<br><i>The newly refurbished Hotel is well situated in the heart of central London, convenient for both business and leisure travellers. The central location of the Hotel is ideal for Oxford Street, Hyde Park, Madame Tussaud’s, Buckingham Palace and nightlife in the glittering West End.... </i>");
}*/

function writeStrandPalaceHotel()
{
document.write ("from 50 GBP, 3-stars hotel<br><i>Originally built as an Art Deco showpiece, this hotel is perfectly placed in the heart of theatreland. Its 783 bedrooms have private facilities, colour TV, telephone, trouser press, hairdryer and tea/coffee-making facilities. Three bars, three restaurants, conference and banqueting facilities..... </i>");
}

function writeHydeParkTowersHotel()
{
document.write ("from 39 GBP, 3-stars hotel<br><i>The Hyde Park Towers is an elegant early Victorian building situated in a quiet leafy terrace in Bayswater - just a few streets away from vibrant Queensway with its late night shopping, colourful cafes and English pubs. </i>");
}

function writeCordovaHouseHotel()
{
document.write ("from 40 GBP<br><i>Cordova House Hotel offers guests the perfect central location for a visit to London. Whether your stay is for business or pleasure, our superb location minutes off London's West End. Nearest underground stations are Paddington and Lancaster Gate both hundred yards away.... </i><br><br><font size='2' color='red'><b>Special Offers for booking online (28 NOV 04 - 26 DEC 04):<br><br></b>Double from GBP: 38.00<br>Twin from GBP: 38.00<br>Triple from GBP: 55.00<br></font>");
}

function writeFoot()
{
document.write ("We hope that you enjoy your stay at the hotels we provide. Remember to visit our website again as we are always adding new hotels and providing last minute hotel offers and discounts. ");
}

//-->