<!--
var Help1 = "Invent a screenname and enter it 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, which corresponds to your inner self, your wishes, intentions, or simply something funny, 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 = "Enter the email address we should mail your password and account details to.<br/><br/>This will only be used by us, and will never be shown or given to anyone else.<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 you Date of Birth<br/>This will calculate your age and starsign for you.";
var Help6 = "Looking for<P>Select the main thing that you are looking to find from this site.</P>";
var Help5 = "Orientation<P>Select your orientation</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 Help13 = "<p>Select your marital status.</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 blank = "Who told you that if you are married, attached, engaged or betrothed, you are doomed to monogamy forever? Join our discreet dating service and you will have an opportunity to find other men and women in the UK who think alike.<br/><br/><b>Register NOW! It's absolutely confidential safe and free<br/>to join.</b>";                    
var blankcountry = "Who told you that if you are married, attached, engaged or betrothed, you are doomed to monogamy forever? Join our discreet dating service and you will have an opportunity to find other men and women in the UK who think alike.<br/><br/><b>Register NOW! It's absolutely confidential safe and free<br/>to join.</b>";

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