function checktipinfo(){document.t.action ='http://www.az123.net/LBC/sendm.php'properinformation=1;if(document.t.add2list.checked==1){if(properinformation==1){;fn=document.t.name.value;if (fn==""){;alert("Please fill in your\nName and email\n OR uncheck the 'add to the mail list' checkbox");properinformation=0;};};if(properinformation==1){;fn=document.t.email.value;tt=fn.indexOf("@");uu=fn.indexOf(".");emailPat=/^.+@.+\..{2,4}$/; asd5=fn.match(emailPat);if (fn=="" || tt<1 || uu<1 || asd5==null){;alert("Please fill in a valid\ne-mail address");properinformation=0;};};}if(properinformation==1){if((document.t.name.value=="") & (document.t.email.value=="")  & (document.t.comments.value=="")){alert("Please fill in your question or problem")properinformation=0}}if(properinformation==1){;postq="No";if(document.t.postquestion[0].checked){;postq="Yes";};a2l="No";if(document.t.add2list.checked==1){;a2l="Yes";};document.t.passme.value="Name: "+document.t.name.value+"\n"+document.t.email.value+"\n\nQuestion or Problem:\n "+document.t.comments.value+"\n\nCan comment be posted: "+postq+"\nAdd me to the mail list: "+a2ldocument.t.submit()}}function checkcontactinfo(){document.c.action ='http://www.az123.net/LBC/sendm.php'properinformation=1;if(properinformation==1){;fn=document.c.name.value;if (fn==""){;alert("Please fill in your\nName");properinformation=0;};};if(properinformation==1){;fn=document.c.email.value;tt=fn.indexOf("@");uu=fn.indexOf(".");emailPat=/^.+@.+\..{2,4}$/; asd5=fn.match(emailPat);if (fn=="" || tt<1 || uu<1 || asd5==null){;alert("Please fill in a valid\ne-mail address");properinformation=0;};};if(properinformation==1){;document.c.passme.value=document.c.name.value+"\n"+document.c.email.value+"\n\nCompany: "+document.c.company.value+"\nTitle: "+document.c.title.value+"\nAddress:\n"+document.c.address1.value+"\n"+document.c.address2.value+"\n"+document.c.city.value+" "+ document.c.state.value+" "+document.c.zip.value+"\n\nPhone: "+document.c.phone.value+"\nFax: "+document.c.fax.valuedocument.c.submit()}}function checkreginfo(){document.r.action ='http://www.az123.net/LBC/sendm.php'properinformation=1;if(properinformation==1){;fn=document.r.name.value;if (fn==""){;alert("Please fill in your\nName");properinformation=0;};};if(properinformation==1){;fn=document.r.email.value;tt=fn.indexOf("@");uu=fn.indexOf(".");emailPat=/^.+@.+\..{2,4}$/; asd5=fn.match(emailPat);if (fn=="" || tt<1 || uu<1 || asd5==null){;alert("Please fill in a valid\ne-mail address");properinformation=0;};};if(properinformation==1){;fn=document.r.address1.value;if (fn==""){;alert("Please fill in your\nAddress");properinformation=0;};};if(properinformation==1){;fn=document.r.city.value;if (fn==""){;alert("Please fill in your\nCity");properinformation=0;};};if(properinformation==1){;fn=document.r.state.value;if (fn==""){;alert("Please fill in your\nState");properinformation=0;};};if(properinformation==1){;fn=document.r.zip.value;if (fn==""){;alert("Please fill in your\nZip Code");properinformation=0;};};digits = "0123+()- 456789"if(properinformation==1){;pn=document.r.phone.value;pnl=pn.length;if(pnl<7){;properinformation=0;};for(pt=0;pt<pnl+1;pt++){FP = pn.charAt(pt);if (digits.indexOf(FP) == -1){;properinformation=0;break;};}if( properinformation==0){;alert("Please fill in a\nvalid Phone Number");};}if(properinformation==1){;document.r.passme.value=document.r.name.value+"\n"+document.r.email.value+"\n\nAddress:\n"+document.r.address1.value+"\n"+document.r.address2.value+"\n"+document.r.city.value+" "+ document.r.state.value+" "+document.r.zip.value+"\n\nPhone: "+document.r.phone.valuedocument.r.submit()}}