// JavaScript Document - Broker 1

function valContactbroker1a(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_broker1.action="../contact_broker/contact_broker1.php";
document.form_broker1.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}
// JavaScript Document - Chriscunningham
 
 function valContactbrokercc(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokercc.action="../contact_broker/contact_brokercc.php";
document.form_brokercc.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}
// JavaScript Document - PamValente
 
 function valContactbrokerpv(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerpv.action="../contact_broker/contact_brokerpv.php";
document.form_brokerpv.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}

// JavaScript Document - AndrewTroyer
 
 function valContactbrokerat(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerat.action="../contact_broker/contact_brokerat.php";
document.form_brokerat.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}
// JavaScript Document - ChuckNewman

function valContactbrokercn(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokercn.action="../contact_broker/contact_brokercn.php";
document.form_brokercn.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}

// JavaScript Document - TimDerrico

function valContactbrokertd(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokertd.action="../contact_broker/contact_brokercn.php";
document.form_brokertd.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}

// JavaScript Document - JimTippmann

function valContactbrokerjt(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjt.action="../contact_broker/contact_brokerjt.php";
document.form_brokerjt.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}

// JavaScript Document - Jeff Beird

function valContactbrokerjb(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjb.action="../contact_broker/contact_brokerjb.php";
document.form_brokerjb.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}


// JavaScript Document - Bill Kimball

function valContactbrokerbk(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerbk.action="../contact_broker/contact_brokerbk.php";
document.form_brokerbk.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Carlos Araujo

function valContactbrokerca(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerca.action="../contact_broker/contact_brokerca.php";
document.form_brokerca.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Ed Chpadelaine

function valContactbrokeredchapdelaine(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokeredchapdelaine.action="../contact_broker/contact_brokeredchapdelaine.php";
document.form_brokeredchapdelaine.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}





// JavaScript Document - Ron Housman

function valContactbrokerrh(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerrh.action="../contact_broker/contact_brokerrh.php";
document.form_brokerrh.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Lawrence Pirritino

function valContactbrokerlp(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerlp.action="../contact_broker/contact_brokerlp.php";
document.form_brokerlp.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Ron Smith

function valContactbrokerrons(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerrons.action="../contact_broker/contact_brokerrons.php";
document.form_brokerrons.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}


// JavaScript Document - Dan Morrison

function valContactbrokerdanm(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerdanm.action="../contact_broker/contact_brokerdanm.php";
document.form_brokerdanm.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}


// JavaScript Document - Scott D Schneider

function valContactbrokersds(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokersds.action="../contact_broker/contact_brokersds.php";
document.form_brokersds.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Richard Glazer

function valContactbrokerrg(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerrg.action="../contact_broker/contact_brokerrg.php";
document.form_brokerrg.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Scott White

function valContactbrokersw(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokersw.action="../contact_broker/contact_brokersw.php";
document.form_brokersw.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}

// JavaScript Document - Steve Castellini

function valContactbrokersc(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokersc.action="../contact_broker/contact_brokersc.php";
document.form_brokersc.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Bill Hadley

function valContactbrokerbh(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerbh.action="../contact_broker/contact_brokerbh.php";
document.form_brokerbh.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Frank Tuma

function valContactbrokerft(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerft.action="../contact_broker/contact_brokerft.php";
document.form_brokerft.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}


// JavaScript Document - Bill Jones

function valContactbrokerbj(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerbj.action="../contact_broker/contact_brokerbj.php";
document.form_brokerbj.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Bill Martz

function valContactbrokerbm(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerbm.action="../contact_broker/contact_brokerbm.php";
document.form_brokerbm.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}


// JavaScript Document - Bill Miller

function valContactbrokerbillmill(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerbillmill.action="../contact_broker/contact_brokerbillmill.php";
document.form_brokerbillmill.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Bo Petty

function valContactbrokerbopet(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerbopet.action="../contact_broker/contact_brokerbopet.php";
document.form_brokerbopet.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}


// JavaScript Document - Bob Petersen

function valContactbrokerbobpet(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerbobpet.action="../contact_broker/contact_brokerbobpet.php";
document.form_brokerbobpet.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Brian Ragsdale

function valContactbrokercaptbrian(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokercaptbrian.action="../contact_broker/contact_brokercaptbrian.php";
document.form_brokercaptbrian.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}





// JavaScript Document - Carolina Division

function valContactbrokercarolinas(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokercarolinas.action="../contact_broker/contact_brokercarolinas.php";
document.form_brokercarolinas.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Rick Jahnke

function valContactbrokerrickjahnke(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerrickjahnke.action="../contact_broker/contact_brokerrickjahnke.php";
document.form_brokerrickjahnke.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}


// JavaScript Document - Charlie Powers

function valContactbrokercpowers(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokercpowers.action="../contact_broker/contact_brokercpowers.php";
document.form_brokercpowers.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Dan Barfoot

function valContactbrokerdanbarfoot(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerdanbarfoot.action="../contact_broker/contact_brokerdanbarfoot.php";
document.form_brokerdanbarfoot.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Dave Bourbeau

function valContactbrokerdbourbeau(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerdbourbeau.action="../contact_broker/contact_brokerdbourbeau.php";
document.form_brokerdbourbeau.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}


// JavaScript Document - Dave Woolridge

function valContactbrokerdavew(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerdavew.action="../contact_broker/contact_brokerdavew.php";
document.form_brokerdavew.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Jeremy Cox

function valContactbrokerjcox(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjcox.action="../contact_broker/contact_brokerjcox.php";
document.form_brokerjcox.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Matt Howard

function valContactbrokermatt(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokermatt.action="../contact_broker/contact_brokermatt.php";
document.form_brokermatt.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Mike Lesko

function valContactbrokerlesko(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerlesko.action="../contact_broker/contact_brokerlesko.php";
document.form_brokerlesko.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - David Simcox

function valContactbrokerdavid(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerdavid.action="../contact_broker/contact_brokerdavid.php";
document.form_brokerdavid.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - David Struber

function valContactbrokerdavidstruber(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerdavidstruber.action="../contact_broker/contact_brokerdavidstruber.php";
document.form_brokerdavidstruber.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}

// JavaScript Document - Joel Lipton

function valContactbrokerjoel(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjoel.action="../contact_broker/contact_brokerjoel.php";
document.form_brokerjoel.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Peter Schmidt

function valContactbrokerpeterschmidt(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerpeterschmidt.action="../contact_broker/contact_brokerpeterschmidt.php";
document.form_brokerpeterschmidt.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Greg Haught

function valContactbrokergreghaught(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokergreghaught.action="../contact_broker/contact_brokergreghaught.php";
document.form_brokergreghaught.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}


// JavaScript Document - Dave Weintraub

function valContactbrokercdw(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokercdw.action="../contact_broker/contact_brokercdw.php";
document.form_brokercdw.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Deborah and Larry Blackman

function valContactbrokerblackman(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerblackman.action="../contact_broker/contact_brokerblackman.php";
document.form_brokerblackman.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Doug Rosensky

function valContactbrokerdrosensky(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerdrosensky.action="../contact_broker/contact_brokerdrosensky.php";
document.form_brokerdrosensky.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}

// JavaScript Document - Ed Morris

function valContactbrokeredmorris(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokeredmorris.action="../contact_broker/contact_brokeredmorris.php";
document.form_brokeredmorris.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}


// JavaScript Document - Ed Osgood

function valContactbrokeredosgood(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokeredosgood.action="../contact_broker/contact_brokeredosgood.php";
document.form_brokeredosgood.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Willy McCormick

function valContactbrokerwillymccormick(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerwillymccormick.action="../contact_broker/contact_brokerwillymccormick.php";
document.form_brokerwillymccormick.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}

// JavaScript Document - Colleen White

function valContactbrokercolleen(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokercolleen.action="../contact_broker/contact_brokercolleen.php";
document.form_brokercolleen.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Jim Crutchfield

function valContactbrokerjimcrutchfield(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjimcrutchfield.action="../contact_broker/contact_brokerjimcrutchfield.php";
document.form_brokerjimcrutchfield.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}

// JavaScript Document - Maverick

function valContactbrokermaverick(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokermaverick.action="../contact_broker/contact_brokermaverick.php";
document.form_brokermaverick.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Richard Buteux
function valContactbrokerrb(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerrb.action="../contact_broker/contact_brokerrb.php";
document.form_brokerrb.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Bill Kocis
function valContactbrokerbkocis(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerbkocis.action="../contact_broker/contact_brokerbkocis.php";
document.form_brokerbkocis.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - John Blevins
function valContactbrokerjohnblevins(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjohnblevins.action="../contact_broker/contact_brokerjohnblevins.php";
document.form_brokerjohnblevins.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - David Weston
function valContactbrokerdweston(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerdweston.action="../contact_broker/contact_brokerdweston.php";
document.form_brokerdweston.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Frank Esposito
function valContactbrokerfrankesposito(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerfrankesposito.action="../contact_broker/contact_brokerfrankesposito.php";
document.form_brokerfrankesposito.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Fritz Grell
function valContactbrokerfritzgrell(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerfritzgrell.action="../contact_broker/contact_brokerfritzgrell.php";
document.form_brokerfritzgrell.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Jay Waters
function valContactbrokerjaywaters(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjaywaters.action="../contact_broker/contact_brokerjaywaters.php";
document.form_brokerjaywaters.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}


// JavaScript Document - Jeff Pierce
function valContactbrokerjeffpierce(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjeffpierce.action="../contact_broker/contact_brokerjeffpierce.php";
document.form_brokerjeffpierce.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Jerry Conroy
function valContactbrokerjerryconroy(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjerryconroy.action="../contact_broker/contact_brokerjerryconroy.php";
document.form_brokerjerryconroy.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Jerry Fath
function valContactbrokerjerryfath(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjerryfath.action="../contact_broker/contact_brokerjerryfath.php";
document.form_brokerjerryfath.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - John Baron
function valContactbrokerjohnbaron(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjohnbaron.action="../contact_broker/contact_brokerjerryfath.php";
document.form_brokerjohnbaron.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - John Nill
function valContactbrokerjnill(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjnill.action="../contact_broker/contact_brokerjnill.php";
document.form_brokerjnill.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - John Peterson
function valContactbrokerjpeterson(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjpeterson.action="../contact_broker/contact_brokerjpeterson.php";
document.form_brokerjpeterson.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - John Pribik
function valContactbrokerjohnpribik(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjohnpribik.action="../contact_broker/contact_brokerjohnpribik.php";
document.form_brokerjohnpribik.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Joshua Simcox
function valContactbrokerjoshuasimcox(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjoshuasimcox.action="../contact_broker/contact_brokerjoshuasimcox.php";
document.form_brokerjoshuasimcox.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Juan Morillo
function valContactbrokerjuanmorillo(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjuanmorillo.action="../contact_broker/contact_brokerjuanmorillo.php";
document.form_brokerjuanmorillo.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}





// JavaScript Document - Lenny Beck
function valContactbrokerlennybeck(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerlennybeck.action="../contact_broker/contact_brokerlennybeck.php";
document.form_brokerlennybeck.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Mike Waters
function valContactbrokermikewaters(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokermikewaters.action="../contact_broker/contact_brokermikewaters.php";
document.form_brokermikewaters.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Mike Reeves
function valContactbrokermikereeves(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokermikereeves.action="../contact_broker/contact_brokermikereeves.php";
document.form_brokermikereeves.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Pat Bustle
function valContactbrokerpbustle(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerpbustle.action="../contact_broker/contact_brokerpbustle.php";
document.form_brokerpbustle.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}

// JavaScript Document - Paul MacCormack
function valContactbrokerpaulm(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerpaulm.action="../contact_broker/contact_brokerpaulm.php";
document.form_brokerpaulm.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Rich Gopfert
function valContactbrokerrichgopfert(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerrichgopfert.action="../contact_broker/contact_brokerrichgopfert.php";
document.form_brokerrichgopfert.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Roger Cole
function valContactbrokerrogercole(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerrogercole.action="../contact_broker/contact_brokerrogercole.php";
document.form_brokerrogercole.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}





// JavaScript Document - Ron Burns
function valContactbrokerronburns(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerronburns.action="../contact_broker/contact_brokerronburns.php";
document.form_brokerronburns.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Roy Lemieux
function valContactbrokerroylemieux(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerroylemieux.action="../contact_broker/contact_brokerroylemieux.php";
document.form_brokerroylemieux.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}





// JavaScript Document - Skip North
function valContactbrokerskipnorth(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerskipnorth.action="../contact_broker/contact_brokerskipnorth.php";
document.form_brokerskipnorth.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}





// JavaScript Document - Steve Pentz
function valContactbrokerstevepentz(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerstevepentz.action="../contact_broker/contact_brokerstevepentz.php";
document.form_brokerstevepentz.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Tad Woodhull
function valContactbrokertadwoodhull(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokertadwoodhull.action="../contact_broker/contact_brokertadwoodhull.php";
document.form_brokertadwoodhull.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Texas
function valContactbrokertexas(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokertexas.action="../contact_broker/contact_brokertexas.php";
document.form_brokertexas.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Tom Chason
function valContactbrokertomchason(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokertomchason.action="../contact_broker/contact_brokertomchason.php";
document.form_brokertomchason.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Tom Murphy
function valContactbrokertommurphy(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokertommurphy.action="../contact_broker/contact_brokertommurphy.php";
document.form_brokertommurphy.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Tom Thomas
function valContactbrokertomthomas(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokertomthomas.action="../contact_broker/contact_brokertomthomas.php";
document.form_brokertomthomas.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Trent Palmer
function valContactbrokertrentpalmer(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokertrentpalmer.action="../contact_broker/contact_brokertrentpalmer.php";
document.form_brokertrentpalmer.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Scott O Schneider

function valContactbrokerscottschneider(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerscottschneider.action="../contact_broker/contact_brokerscottschneider.php";
document.form_brokerscottschneider.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}





// JavaScript Document - Mamba

function valContactbrokermamba(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokermamba.action="../contact_broker/contact_brokermamba.php";
document.form_brokermamba.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}





// JavaScript Document - Mark Quaranto

function valContactbrokermquaranto(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokermquaranto.action="../contact_broker/contact_brokermquaranto.php";
document.form_brokermquaranto.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}






// JavaScript Document - Brendan Daly
function valContactbrokerbdaly(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerbdaly.action="../contact_broker/contact_brokerbdaly.php";
document.form_brokerbdaly.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Brian Leiding
function valContactbrokerbleiding(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerleiding.action="../contact_broker/contact_brokerleiding.php";
document.form_brokerleiding.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}





// JavaScript Document - Terry Smith
function valContactbrokertsmith(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokertsmith.action="../contact_broker/contact_brokertsmith.php";
document.form_brokertsmith.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}






// JavaScript Document - Robert Ransom
function valContactbrokerrobert(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerrobert.action="../contact_broker/contact_brokerrobert.php";
document.form_brokerrobert.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Neal Morris
function valContactbrokerneal(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerneal.action="../contact_broker/contact_brokerneal.php";
document.form_brokerneal.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - JD Cox
function valContactbrokerjdcox(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjdcox.action="../contact_broker/contact_brokerjdcox.php";
document.form_brokerjdcox.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}





// JavaScript Document - David Longfellow
function valContactbrokerdl(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerdl.action="../contact_broker/contact_brokerdl.php";
document.form_brokerdl.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Neil Hanrahan
function valContactbrokernhanrahan(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokernhanrahan.action="../contact_broker/contact_brokernhanrahan.php";
document.form_brokernhanrahan.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}





// JavaScript Document - Vic Kozar
function valContactbrokervkozar(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokervkozar.action="../contact_broker/contact_brokervkozar.php";
document.form_brokervkozar.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Greg Sapp
function valContactbrokergregsapp(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokergregsapp.action="../contact_broker/contact_brokergregsapp.php";
document.form_brokergregsapp.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Tom Aurand
function valContactbrokertom(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokertom.action="../contact_broker/contact_brokertom.php";
document.form_brokertom.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}





// JavaScript Document - Chris Cooke
function valContactbrokerccooke(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerccooke.action="../contact_broker/contact_brokerccooke.php";
document.form_brokerccooke.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Prestige Yachts
function valContactbrokerprestige(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerprestige.action="../contact_broker/contact_brokerprestige.php";
document.form_brokerprestige.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Dave Champney
function valContactbrokerdchampney(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerdchampney.action="../contact_broker/contact_brokerdchampney.php";
document.form_brokerdchampney.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Chad Hayes
function valContactbrokerchadhayes(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerchadhayes.action="../contact_broker/contact_brokerchadhayes.php";
document.form_brokerchadhayes.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - David hume
function valContactbrokerdavidhume(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerdavidhume.action="../contact_broker/contact_brokerdavidhume.php";
document.form_brokerdavidhume.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Tony Chernoff
function valContactbrokertchernoff(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokertchernoff.action="../contact_broker/contact_brokertchernoff.php";
document.form_brokertchernoff.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Tom Conroy
function valContactbrokertomconroy(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokertomconroy.action="../contact_broker/contact_brokertomconroy.php";
document.form_brokertomconroy.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - John Wise
function valContactbrokerjwise(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjwise.action="../contact_broker/contact_brokerjwise.php";
document.form_brokerjwise.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Danny King
function valContactbrokerdannyking(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerdannyking.action="../contact_broker/contact_brokerdannyking.php";
document.form_brokerdannyking.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}


// JavaScript Document - Stanley Dixon
function valContactbrokerstanleydixon(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerstanleydixon.action="../contact_broker/contact_brokerstanleydixon.php";
document.form_brokerstanleydixon.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Todd Reincke
function valContactbrokertreincke(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokertreincke.action="../contact_broker/contact_brokertreincke.php";
document.form_brokertreincke.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Jason Nasiatka
function valContactbrokerjason(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjason.action="../contact_broker/contact_brokerjason.php";
document.form_brokerjason.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Mike O'Rourke
function valContactbrokermikeorourke(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokermikeorourke.action="../contact_broker/contact_brokermikeorourke.php";
document.form_brokermikeorourke.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Arlan Brown
function valContactbrokerarlanb(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerarlanb.action="../contact_broker/contact_brokerarlanb.php";
document.form_brokerarlanb.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Matt Key
function valContactbrokermattkey(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokermattkey.action="../contact_broker/contact_brokermattkey.php";
document.form_brokermattkey.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Reef Yacht Sales
function valContactbrokerreefyachtsales(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerreefyachtsales.action="../contact_broker/contact_brokerreefyachtsales.php";
document.form_brokerreefyachtsales.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Joanne Gaylord
function valContactbrokerjoanne(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjoanne.action="../contact_broker/contact_brokerjoanne.php";
document.form_brokerjoanne.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}

// JavaScript Document - Greg Graham
function valContactbrokergreggraham(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokergreggraham.action="../contact_broker/contact_brokergreggraham.php";
document.form_brokergreggraham.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}


// JavaScript Document - Madison Roberts
function valContactbrokermroberts(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokermroberts.action="../contact_broker/contact_brokermroberts.php";
document.form_brokermroberts.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}


// JavaScript Document - Jim Carter
function valContactbrokerjcarter(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjcarter.action="../contact_broker/contact_brokerjcarter.php";
document.form_brokerjcarter.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}


// JavaScript Document - Stephen Barnes
function valContactbrokersbarnes(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokersbarnes.action="../contact_broker/contact_brokersbarnes.php";
document.form_brokersbarnes.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}


// JavaScript Document - Rick Hayes
function valContactbrokerrickh(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerrickh.action="../contact_broker/contact_brokerrickh.php";
document.form_brokerrickh.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}

// JavaScript Document - Bo Smith
function valContactbrokerbosmith(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerbosmith.action="../contact_broker/contact_brokerbosmith.php";
document.form_brokerbosmith.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Jason White
function valContactbrokerjwhite(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjwhite.action="../contact_broker/contact_brokerjwhite.php";
document.form_brokerjwhite.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}

// JavaScript Document - David Kester
function valContactbrokerdavidkester(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerdavidkester.action="../contact_broker/contact_brokerdavidkester.php";
document.form_brokerdavidkester.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Frank Wise
function valContactbrokerfwise(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerfwise.action="../contact_broker/contact_brokerfwise.php";
document.form_brokerfwise.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}


// JavaScript Document - Jay Genzale
function valContactbrokerjaygenzale(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerjaygenzale.action="../contact_broker/contact_brokerjaygenzale.php";
document.form_brokerjaygenzale.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}


// JavaScript Document - Bill Lippolis
function valContactbrokerwlippolis(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerwlippolis.action="../contact_broker/contact_brokerwlippolis.php";
document.form_brokerwlippolis.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}


// JavaScript Document - Fred Clark
function valContactbrokercapnfred(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokercapnfred.action="../contact_broker/contact_brokercapnfred.php";
document.form_brokercapnfred.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Sandy Williamson
function valContactbrokersandywill(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokersandywill.action="../contact_broker/contact_brokersandywill.php";
document.form_brokersandywill.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}

// JavaScript Document - Rick Hoffman
function valContactbrokerrick(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerrick.action="../contact_broker/contact_brokerrick.php";
document.form_brokerrick.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}



// JavaScript Document - Les Edwards
function valContactbrokerlese(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerlese.action="../contact_broker/contact_brokerlese.php";
document.form_brokerlese.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}




// JavaScript Document - Greg Pierce
function valContactbrokergreg(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokergreg.action="../contact_broker/contact_brokergreg.php";
document.form_brokergreg.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}

// JavaScript Document - Richard Cottingham
function valContactbrokerrichard(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerrichard.action="../contact_broker/contact_brokerrichard.php";
document.form_brokerrichard.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}





// JavaScript Document - Mark Andries
function valContactbrokermarka(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokermarka.action="../contact_broker/contact_brokermarka.php";
document.form_brokermarka.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}

// JavaScript Document - April 
function valContactbrokerapril(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerapril.action="../contact_broker/contact_brokerapril.php";
document.form_brokerapril.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}

// JavaScript Document - uysnw
function valContactbrokeruysnw(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokeruysnw.action="../contact_broker/contact_brokeruysnw.php";
document.form_brokeruysnw.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}

// JavaScript Document - uysnj
function valContactbrokeruysnj(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokeruysnj.action="../contact_broker/contact_brokeruysnj.php";
document.form_brokeruysnj.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}

// JavaScript Document - Gary John
function valContactbrokergjohn(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokergjohn.action="../contact_broker/contact_brokergjohn.php";
document.form_brokergjohn.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}

// JavaScript Document - Dennis Dwyer
function valContactbrokerdennisdwyer(){

if(document.getElementById("name").value==""){
	alert("Please insert your Name");
	document.getElementById("name").focus();
	return false;
}
if(document.getElementById("telephone").value==""){
	alert("Please insert your Telephone");
	document.getElementById("telephone").focus();
	return false;
}
if(document.getElementById("mail").value==""){
	alert("Please insert your e-mail");
	document.getElementById("mail").focus();
	return false;
	}
	else{
	if(validarEmail(document.getElementById("mail").value) == "no"){
	alert("Please insert your E-mail the following way name@domain.com");	
	document.getElementById("mail").focus();
	return false;	
	}
}
if(document.getElementById("length").value==""){
	alert("Please insert Boat Length");
	document.getElementById("length").focus();
	return false;
}
if(document.getElementById("make").value==""){
	alert("Please insert Manufacturer");
	document.getElementById("make").focus();
	return false;
}
if(document.getElementById("make").value == "other")
{
	if(document.getElementById("what_m").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what_m").focus();
		return false;
	}
	
}
if(document.getElementById("year").value==""){
	alert("please select Year");
	document.getElementById("year").focus();
	return false;
}
if(document.getElementById("option").value==""){
	alert("please select one option");
	document.getElementById("option").focus();
	return false;
}
if(document.getElementById("option").value == "other")
{
	if(document.getElementById("what").value == "")
	{
		alert("Please tell us more");
		document.getElementById("what").focus();
		return false;
	}
	
}
if(document.getElementById("comments").value==""){
	alert("Please insert your Comments");
	document.getElementById("comments").focus();
	return false;
}

document.form_brokerdennisdwyer.action="../contact_broker/contact_brokerdennisdwyer.php";
document.form_brokerdennisdwyer.submit();
}

function validarEmail(valor) {
    if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){
    } 
	else {
   return ("no");
  }
 }
 
 function changeOption(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_1").style.display="block";
		document.getElementById("what_2").style.display="block";
	}
	else{
		document.getElementById("what_1").style.display="none";
		document.getElementById("what_2").style.display="none";
	}
}
function changeOption2(val){
	if(val=="other"){
		alert("Please tell us more");
		document.getElementById("what_3").style.display="block";
		document.getElementById("what_4").style.display="block";
	}
	else{
		document.getElementById("what_3").style.display="none";
		document.getElementById("what_4").style.display="none";
	}
}
