<!--
var Help1 = "Enter a screenname that you would like others to know you by.<p>A screenname should be at least 3 characters long, and not longer than 20.</P><p>You can choose almost anything.  examples include 'kitten', 'BigBoy', and 'look4you', so choose something good.</P>";
var Help2 = "<p>Select the country you live in.</p>";
var Help3 = "Select the town or city nearest to you.<p>This is shown on-screen and can help others see quickly where you are in the UK.</P>";
var Help3r= "Select the town or city nearest to you.<p>This is shown on-screen and can help others see quickly where you are in the ##COUNTRY##.</P>";
var Help4 = "Select your matching preference so we can show the most relevant profiles.";
var Help9 = "Email Address<p>Enter the email address we should mail your password and account details to.<p>This will only be used by us, and will never be shown or given to anyone else.</P><P><font color=RED>Please type this carefully, as without it you will not receive your password and will be unable to access the site</FONT></P>";
var Help8 = "Welcome Line<p>Enter a single line that will get you noticed.<p>Short and witty is usually best.<p>(you can change it later so type what you feel now)</P>";
var Help7 = "Set your Date of Birth<P>This will calculate your age and starsign for you.</P>";
var Help6 = "Looking for<P>Select the main thing that you are looking to find from this site.</P>";
var Help5 = "Looking for<P>Select the main thing that You are looking to find from this site</P>";
var Help10 = "Current status<p>Enter your current status.</P>";
var Help11 = "How did you find us?<P>Please select the method that you used to find us, so that we can ensure that our marketing efforts to keep new members coming is well spent.</P>";
var Help12 = "Confirm email address<P>Please retype your email address to confirm that you typed it correctly.</P><P><font color=RED>Your account details are sent to this address so we need to be sure we have the correct one.</font></P><p>This will only be used by us, and will never be shown or given to anyone else.</P>";
var HelpPC= "Your Location<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>";
var HelpPS= "Your Location<P>Please let us know your zipcode (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 zipcode.</font></P>";
var HelpPassportName = "<b>Important: Your full name is required for events booking.</b><br><br>Your postcode, date of birth and name will remain strictly confidential and will only be used for profile matching and/or to validate credit card payments.";

var blank = "<strong>SpeedDater Online is brought to you from the organizers of the well known UK Speed dating events. </strong>";

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
        }
-->