// Email address function //
function removeloginemail()
{
	document.login.fld_Email.value = "";
}
function removeloginpassword()
{
	document.login.fld_Password.value = "";
}

function removehomeemail()
{
	document.register_now.fld_Email1.value = "";
}
function removehomefirstname()
{
	document.register_now.fld_Firstname.value = "";
}