<!--
var Help1 = '<div id="Layerindex"><b>Type a nickname you would like others to use to address you.</b><br /><br />Your nickname should contain 5 characters min, 20 being the maximum.<br /><br />Almost any screen name will do - make sure it fits you like a glove or is the name your friends know you by, for instance.</div>';
var Help2 = '<div id="Layerindex">The more details you will provide here regarding your location, the more exact the search of people in your area will be.<br /><br />For instance:<br />\'<span style="font-weight: bold; color: rgb(165, 16, 122)">London Kingsway</span>\'or \'<span style="font-weight: bold; color: rgb(165, 16, 122)">103 Kingsway, London</span>\' or simply \'<span style="font-weight: bold; color: rgb(165, 16, 122);">WC2B 6QX</span>\'<br /><br />Your mailing address is never used by us to get in touch with you directly.</div>';
var Help3 = '<div id="Layerindex"><b>Your Location</b><P>Please let us know your postcode (or the first main part of it)  <P><P>This is NEVER SHOWN TO ANYONE, but is used to calculate and show people near you, in a 10, 25, 50 mile radius of your postcode.</font></P></div>';
var Help4 = '<div id="Layerindex">Choose \'<span style="font-weight: bold; color: rgb(165, 16, 122)">male</span>\' or \'<span style="font-weight: bold; color: rgb(165, 16, 122)">female</span>\' to indicate your sex.</div>';
var Help5 = '<div id="Layerindex">Point out the type of contact or relationship you are looking for.</div>';
var Help6 = '<div id="Layerindex">Indicate your birth date - this will help others see your age and zodiacal sign.</div>';
var Help7 = '<div id="Layerindex"><b>Email address</b><br /><br />Type your e-mail address here, after you register we will send your password and account information to it. Your e-mail invariably stays confidential, and is used solely by us.<br /><br /><font color="red">Be very attentive when typing this for if we get wrong e-mail address, you will fail to receive your password and i.e. won\'t be able to sign in to the My UK Date.</font></div>';
var blank = '<div id="Layerindex"><strong>MyUKdate.com is a  fantastic online dating site  with over 3 million photo  profiles. </strong><br><br>This UK dating site gives you  LIVE CHAT and online flirting,  secure email services and photo  personals as well as a  comprehensive free dating  search and match process.<br>Join  for FREE and start dating online  today. Our postcode based online  dating search lets you find other  people for dating within a few  miles of you.</div>';

function showHelp(helpText, defaultValue, elementLink) 
{
    if (elementLink.value==defaultValue) elementLink.value="";
    if (document.getElementById)
    {
	document.getElementById("boxdescription").innerHTML = helpText;
    }
    else
    {
	boxdescription.innerHTML = html;
    }
}

function removeHelp( defaultValue, elementLink )
{
    if (elementLink.value=="") elementLink.value=defaultValue;
    if (document.getElementById)
    {
	document.getElementById("boxdescription").innerHTML = blank;
    }
    else
    {
	boxdescription.innerHTML = blank;
    }
}

function showHelpS(helpText)
{
    if (document.getElementById)
    {
	document.getElementById("boxdescription").innerHTML = helpText;
    }
    else
    {
	boxdescription.innerHTML = html;
    }
}

function removeHelpS(defaultValue)
{
    if (document.getElementById)
    {
	document.getElementById("boxdescription").innerHTML = blank;
    }
    else
    {
	boxdescription.innerHTML = blank;
    }
}

-->