<!--
var Help1 = "<b>Enter a screenname that you would like others to know you by.</b><p>A screenname should be at least 5 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><b>Select the country you<br>live in.</b></p>";
var Help3 = "<b>Select the town or city nearest to you.</b><p>This is shown on-screen and can help others see quickly where you are in the UK.</P>";
var Help3r= "<b>Select the town or city nearest to you.</b><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 = "<b>Email Address</b><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 = "<b>Set you Date of Birth</b><P>This will calculate your age and starsign for you.</P>";
var Help6 = "<b>Looking for</b><P>Select the main thing that you are looking to find from this site.</P>";
var Help5 = "<b>Orientation</b><P>Select your sexuality</P>";
var Help10 = "<b>Current status<b><p>Enter your current status.</P>";
var Help11 = "<b>How did you find us?</b><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 = "<b>Confirm email address</b><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= "<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>";

var blank = "<B>Discover Adult Dating at the world's largest adult and swingers sex personals site, SexInTheUK.com! </B><P>You can make new friends, find the hottest adult date, wildest couples and sexiest groups. Whether you are straight or gay, looking for sexy women or men, you'll find everything you want on SexInTheUK. Indulge your fantasies and join the hottest adult dating site in the world.</P>";

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