//\//////////////////////////////////////////////////////////////////////////////////
//\  echecker 1.5  --  This notice must remain untouched at all times.
//\  Copyright ONLINEMEDIADESIGNS.COM 2004-2006. All rights reserved.
//\
//\  Last modified 2004-11-01.
//\
//\  Please give credit on sites that use echecker and submit changes of the script
//\  so other people can use them as well. This script is free to use, don't abuse.
//\//////////////////////////////////////////////////////////////////////////////////
//\mini


////////////////////////////////////////////////////////////////////////////////////
// CONSTANTS
// Make your changes here. :)
////////////////////////////////////////////////////////////////////////////////////
<!--
function checkform ( form )
{	    
    if (form.Name.value == "") {
    alert( "Please enter a value for the \"Name\" field." );
    form.Name.focus();
	form.Name.style.background = "#FFC1C1";
    return false ;
  }
    if (form.Email.value == "") {
    alert( "Please enter a value for the \"Email Address\" field." );
    form.Email.focus();
	form.Email.style.background = "#FFC1C1";
    return false ;
  }
  	if (form.Email.value.length <= 7)
  {
    alert("Please enter a valid value for the \"Email address\" field.\nYour email address should be entered as name\@domain.com.");
    form.Email.focus();
    form.Email.style.background = "#FFC1C1";
    return (false);
  } 
	if (form.Home.value == "") {
    alert( "Please enter a value for the \"Home Phone\" field." );
    form.Home.focus();
	form.Home.style.background = "#FFC1C1";
    return false ;
  }
    if (form.Lake.value == "") {
    alert( "Please select the lake you are interested in." );
    form.Lake.focus();
	form.Lake.style.background = "#FFC1C1";
    return false ;
  }
  return true ;
}
//-->
<!--
function DoViewIFRAME(tid1,tid2,tid3) {
document.getElementById(tid1).style.display = "none";
document.getElementById(tid2).style.display = "";
document.getElementById(tid3).style.display = "";
}
function DoHideIFRAME(tid1,tid2,tid3) {
document.getElementById(tid1).style.display = "none";
document.getElementById(tid2).style.display = "none";
document.getElementById(tid3).style.display = "";
}
//--></script>

