
<!-- 

/* Check entry fields in Online Address change before submitting it as email*/
/*---------------------------------------------------------------------------------------------------------------*/


/* Check if all necessary entry fields are filled in proper */
function chkAddressForm()
    {

     /* Is the first name filled in? */
     if(document.AdressChange.FirstName.value == "")
      {
       alert("Please enter your first name!");
       document.AdressChange.FirstName.focus();
       return false;
      }

     /* Is the last name filled in? */
     if(document.AdressChange.LastName.value == "")
      {
       alert("Please enter your last name!");
       document.AdressChange.LastName.focus();
       return false;
      }

     /* Is the street filled in? */
     if(document.AdressChange.StreetPOBox.value == "")
      {
       alert("Please enter your street or P.O. Box!");
       document.AdressChange.StreetPOBox.focus();
       return false;
      }

     /* Is the city filled in? */
     if(document.AdressChange.City.value == "")
      {
       alert("Please enter your city!");
       document.AdressChange.City.focus();
       return false;
      }

     /* Is the state filled in? */
     if(document.AdressChange.State.value == "")
      {
       alert("Please enter your state!");
       document.AdressChange.State.focus();
       return false;
      }

     /* Is the zip filled in? */
     if(document.AdressChange.Zip.value == "")
      {
       alert("Please enter your zip!");
       document.AdressChange.Zip.focus();
       return false;
      }


     /* Is the new street filled in? */
     if(document.AdressChange.NewStreetPOBox.value == "")
      {
       alert("Please enter your new street or P.O. Box!");
       document.AdressChange.NewStreetPOBox.focus();
       return false;
      }

     /* Is the new city filled in? */
     if(document.AdressChange.NewCity.value == "")
      {
       alert("Please enter your new city!");
       document.AdressChange.NewCity.focus();
       return false;
      }

     /* Is the new state filled in? */
     if(document.AdressChange.NewState.value == "")
      {
       alert("Please enter your new state!");
       document.AdressChange.NewState.focus();
       return false;
      }

     /* Is the new zip filled in? */
     if(document.AdressChange.NewZip.value == "")
      {
       alert("Please enter your new zip!");
       document.AdressChange.NewZip.focus();
       return false;
      }




    return true;

}


/* Check entry fields in Online Join Club before submitting it as email*/
/*---------------------------------------------------------------------------------------------------------------*/


/* Check if all necessary entry fields are filled in proper */
function chkJoinClub()
    {

     /* Is the first name filled in? */
     if(document.JoinClub.FirstName.value == "")
      {
       alert("Please enter your first name!");
       document.JoinClub.FirstName.focus();
       return false;
      }

     /* Is the last name filled in? */
     if(document.JoinClub.LastName.value == "")
      {
       alert("Please enter your last name!");
       document.JoinClub.LastName.focus();
       return false;
      }

     /* Is the street filled in? */
     if(document.JoinClub.StreetPOBox.value == "")
      {
       alert("Please enter your street or P.O. Box!");
       document.JoinClub.StreetPOBox.focus();
       return false;
      }

     /* Is the city filled in? */
     if(document.JoinClub.City.value == "")
      {
       alert("Please enter your city!");
       document.JoinClub.City.focus();
       return false;
      }

     /* Is the state filled in? */
     if(document.JoinClub.State.value == "")
      {
       alert("Please enter your state!");
       document.JoinClub.State.focus();
       return false;
      }

     /* Is the zip filled in? */
     if(document.JoinClub.Zip.value == "")
      {
       alert("Please enter your zip!");
       document.JoinClub.Zip.focus();
       return false;
      }

     /* Is the email filled in? */
     if(document.JoinClub.email.value == "")
      {
       alert("Please enter your email address!");
       document.JoinClub.email.focus();
       return false;
      }

    return true;

}



/* Check entry fields in Member Gallery Form before submitting it as email*/
/*---------------------------------------------------------------------------------------------------------------*/


/* Check if all necessary entry fields are filled in proper */
function chkMemberGalleryForm()
    {

     /* Is the first name filled in? */
     if(document.MemberGallery.Name.value == "")
      {
       alert("Please enter your name!");
       document.MemberGallery.Name.focus();
       return false;
      }

     /* Is the email filled in? */
     if(document.MemberGallery.email.value == "")
      {
       alert("Please enter your email address!");
       document.MemberGallery.email.focus();
       return false;
      }

     /* Is the text filled in? */
     if(document.MemberGallery.Text.value == "")
      {
       alert("Please enter your Text!");
       document.MemberGallery.Text.focus();
       return false;
      }

    return true;

}


/* Check entry fields in Online Sample Magazine before submitting it as email*/
/*---------------------------------------------------------------------------------------------------------------------------*/


/* Check if all necessary entry fields are filled in proper */
function chkSampleForm()
    {

     /* Is the first name filled in? */
     if(document.SampleMagazin.FirstName.value == "")
      {
       alert("Please enter your first name!");
       document.SampleMagazin.FirstName.focus();
       return false;
      }

     /* Is the last name filled in? */
     if(document.SampleMagazin.LastName.value == "")
      {
       alert("Please enter your last name!");
       document.SampleMagazin.LastName.focus();
       return false;
      }

     /* Is the street filled in? */
     if(document.SampleMagazin.StreetPOBox.value == "")
      {
       alert("Please enter your street or P.O. Box!");
       document.SampleMagazin.StreetPOBox.focus();
       return false;
      }

     /* Is the city filled in? */
     if(document.SampleMagazin.City.value == "")
      {
       alert("Please enter your city!");
       document.SampleMagazin.City.focus();
       return false;
      }

     /* Is the state filled in? */
     if(document.SampleMagazin.State.value == "")
      {
       alert("Please enter your state!");
       document.SampleMagazin.State.focus();
       return false;
      }

     /* Is the zip filled in? */
     if(document.SampleMagazin.Zip.value == "")
      {
       alert("Please enter your zip!");
       document.SampleMagazin.Zip.focus();
       return false;
      }

     /* Is the email filled in? */
     if(document.SampleMagazin.email.value == "")
      {
       alert("Please enter your email!");
       document.SampleMagazin.email.focus();
       return false;
      }


    return true;

}




/* Check entry fields in Online ADs before submitting it as email*/
/*---------------------------------------------------------------------------------------------------------------*/


/* Check if all necessary entry fields are filled in proper */
function chkAdForm()
    {

     /* Is the club filled in? */
     if(document.Ad.MemberOf.value == "")
      {
       alert("Please enter your first name!");
       document.Ad.MemberOf.focus();
       return false;
      }

     /* Is the first name filled in? */
     if(document.Ad.FirstName.value == "")
      {
       alert("Please enter your first name!");
       document.Ad.FirstName.focus();
       return false;
      }

     /* Is the last name filled in? */
     if(document.Ad.LastName.value == "")
      {
       alert("Please enter your last name!");
       document.Ad.LastName.focus();
       return false;
      }

     /* Is the street filled in? */
     if(document.Ad.StreetPOBox.value == "")
      {
       alert("Please enter your street or P.O. Box!");
       document.Ad.StreetPOBox.focus();
       return false;
      }

     /* Is the city filled in? */
     if(document.Ad.City.value == "")
      {
       alert("Please enter your city!");
       document.Ad.City.focus();
       return false;
      }

     /* Is the state filled in? */
     if(document.Ad.State.value == "")
      {
       alert("Please enter your state!");
       document.Ad.State.focus();
       return false;
      }

     /* Is the zip filled in? */
     if(document.Ad.Zip.value == "")
      {
       alert("Please enter your zip!");
       document.Ad.Zip.focus();
       return false;
      }

     /* Is the phone number filled in? */
     if(document.Ad.Telephone.value == "")
      {
       alert("Please enter your phone number!");
       document.Ad.Telephone.focus();
       return false;
      }

     /* Is the email filled in? */
     if(document.Ad.email.value == "")
      {
       alert("Please enter your email!");
       document.Ad.email.focus();
       return false;
      }

     /* Is a AD text filled in? */
     if(document.Ad.Text.value == "")
      {
       alert("Please enter the AD text!");
       document.Ad.Text.focus();
       return false;
      }

    return true;

}




/* Check entry fields in Online Error Report before submitting it as email*/
/*---------------------------------------------------------------------------------------------------------------*/


/* Check if all necessary entry fields are filled in proper */
function chkErrorForm()
    {

     /* Is the first name filled in? */
     if(document.ErrorReport.FirstName.value == "")
      {
       alert("Please enter your first name!");
       document.ErrorReport.FirstName.focus();
       return false;
      }

     /* Is the last name filled in? */
     if(document.ErrorReport.LastName.value == "")
      {
       alert("Please enter your last name!");
       document.ErrorReport.LastName.focus();
       return false;
      }

     /* Is the Browser filled in? */
     if(document.ErrorReport.Browser.value == "")
      {
       alert("Please enter your Browser!");
       document.ErrorReport.Browser.focus();
       return false;
      }

     /* Is the Browser Version filled in? */
     if(document.ErrorReport.BrowserVersion.value == "")
      {
       alert("Please enter your Browser Version!");
       document.ErrorReport.BrowserVersion.focus();
       return false;
      }

     /* Is the Operating System filled in? */
     if(document.ErrorReport.OperatingSystem.value == "")
      {
       alert("Please enter your Operating System!");
       document.ErrorReport.OperatingSystem.focus();
       return false;
      }

     /* Is the email filled in? */
     if(document.ErrorReport.email.value == "")
      {
       alert("Please enter your email address!");
       document.ErrorReport.email.focus();
       return false;
      }

     /* Is a Problem Description text filled in? */
     if(document.ErrorReport.Text.value == "")
      {
       alert("Please enter the Problem Description!");
       document.ErrorReport.Text.focus();
       return false;
      }

    return true;

}






/* Check entry fields in Online Event Report Form before submitting it as email*/
/*---------------------------------------------------------------------------------------------------------------*/


/* Check if all necessary entry fields are filled in proper */
function chkEventReportForm()
    {

     /* Is the first name filled in? */
     if(document.EventReportForm.ContactFirstName.value == "")
      {
       alert("Please enter your first name!");
       document.EventReportForm.ContactFirstName.focus();
       return false;
      }

     /* Is the last name filled in? */
     if(document.EventReportForm.ContactLastName.value == "")
      {
       alert("Please enter your last name!");
       document.EventReportForm.ContactLastName.focus();
       return false;
      }

     /* Is the phone number filled in? */
     if(document.EventReportForm.ContactPhone.value == "")
      {
       alert("Please enter your phone number!");
       document.EventReportForm.ContactPhone.focus();
       return false;
      }

     /* Is the email filled in? */
     if(document.EventReportForm.email.value == "")
      {
       alert("Please enter your email address!");
       document.EventReportForm.email.focus();
       return false;
      }

     /* Is the club filled in? */
     if(document.EventReportForm.ContactClub.value == "")
      {
       alert("Please enter your club!");
       document.EventReportForm.ContactClub.focus();
       return false;
      }

     /* Is the date from filled in? */
     if(document.EventReportForm.DateFrom.value == "")
      {
       alert("Please enter the starting date!");
       document.EventReportForm.DateFrom.focus();
       return false;
      }

     /* Is the State filled in? */
     if(document.EventReportForm.State.value == "")
      {
       alert("Please enter the state!");
       document.EventReportForm.State.focus();
       return false;
      }

     /* Is a Headline filled in? */
     if(document.EventReportForm.Headline.value == "")
      {
       alert("Please enter the Headline!");
       document.EventReportForm.Headline.focus();
       return false;
      }

     /* Is a Text filled in? */
     if(document.EventReportForm.Text.value == "")
      {
       alert("Please enter the Text!");
       document.EventReportForm.Text.focus();
       return false;
      }

    return true;

}









//--->

