
function fnVForm_form_inquiry(theForm){if(0===theForm._about.selectedIndex){alert("Please select the topic of your request.");return false;}
if(""===theForm.Name.value){alert("Please enter your name.");return false;}
if(""===theForm.PHORM_FROM.value){alert("Please enter your email address.");return false;}
return true;}
function fnVForm_form_contest(theForm){if(""===theForm.Name.value){alert("Please enter your name.");return false;}
if(""===theForm.PHORM_FROM.value){alert("Please enter your email address.");return false;}
if(""===theForm.Address.value){alert("Please enter your mailing address.");return false;}
if(""===theForm.City.value){alert("Please enter your city.");return false;}
if(""===theForm.State.value){alert("Please enter your province/state.");return false;}
if(""===theForm.Zip.value){alert("Please enter your zip/postal code.");return false;}
if(""===theForm.Telephone.value){alert("Please enter your telephone number.");return false;}
if(0===theForm.When.selectedIndex){alert("Please indicate when you are planning to make a kayak purchase.");return false;}
function fnBIsAnsChecked(obj){var coll=document.all.item(obj);if(coll!==null){var cLen=coll.length;for(var i=0;i<cLen;i++){if(coll(i).checked){return true;}}}
return false;}
if(false===fnBIsAnsChecked("Type")){alert("Please indicate which Lightspeed Kayak you would like to win.");return false;}
return true;}