<!--

function clearLoginForm()
{
	document.frm_login.input_email.value="";
	document.frm_login.input_password.value="";	
}

-->