//////////////////////////// This function checks the email comment form //////////////////////////////////
function validateEmailForm(email_comments)
{

if(""==document.forms.email_comments.name.value)
{
alert("Your name is required.");
document.forms.email_comments.name.focus();
return false;
}

}

//////////////////////////// This function checks the email comment form //////////////////////////////////
function validateEmailForm(signup)
{

}
