
<!-- hide from JavaScript-challenged browsers

function openWindowOne(id) {
  popupWin = window.open('includes/cov_preview.asp?plan=news&id=' + id, 'remote', 'left=50,top=50,resizable=1,scrollbars=yes')
}
// done hiding -->


<!-- hide from JavaScript-challenged browsers

function openWindowTwo(id) {
  popupWin = window.open('includes/download2.asp?id=' + id, 'remote', 'left=50,top=50,resizable=1,scrollbars=yes')
}
// done hiding -->


function openWindowAudio(id) {
  popupWin = window.open('includes/audiodesc_1.asp?id=' + id, 'remote', 'width=400,height=170,left=100,top=200,scrollbars=yes')
}

<!-- hide from JavaScript-challenged browsers

function openWindowVideo(id) {
  popupWin = window.open('includes/audiodesc_1.asp?id=' + id, 'remote', 'width=400,height=170,left=100,top=200')
}

function openAlert(id) {
  popupWin = window.open('includes/alert.asp?id=' + id, 'remote', 'width=350,height=200,left=50,top=50,resizable=1,scrollbars=yes')
}
// done hiding -->

<!-- hide from JavaScript-challenged browsers

function openCovPreview(id) {
  popupWin = window.open('includes/cov_preview.asp?plan=prevention&id=' + id, 'remote', 'left=50,top=50,resizable=1,scrollbars=yes')
}
// done hiding -->


<!--
//PullDown Menu, onChange Version

	var url

	function changepage(formObject)
	{
		url = formObject.options[formObject.options.selectedIndex].value;

		if(url != "empty")
			{
			window.location = url;
			url = "";
			}
	}
//-->

<!--
function FrontPage_Form1_Validator(theForm)
{

  if (theForm.First.value == "")
  {
    alert("Please enter a value for the \"First Name\" field.");
    theForm.First.focus();
    return (false);
  }

  if (theForm.First.value.length < 1)
  {
    alert("Please enter at least 1 characters in the \"First Name\" field.");
    theForm.First.focus();
    return (false);
  }

  if (theForm.Last.value == "")
  {
    alert("Please enter a value for the \"Last Name\" field.");
    theForm.Last.focus();
    return (false);
  }

  if (theForm.Last.value.length < 1)
  {
    alert("Please enter at least 1 characters in the \"Last Name\" field.");
    theForm.Last.focus();
    return (false);
  }

  if (theForm.address1.value == "")
  {
    alert("Please enter a value for the \"Address\" field.");
    theForm.Address1.focus();
    return (false);
  }

  if (theForm.address1.value.length < 1)
  {
    alert("Please enter at least 1 characters in the \"Address\" field.");
    theForm.Address1.focus();
    return (false);
  }

  if (theForm.city.value == "")
  {
    alert("Please enter a value for the \"City\" field.");
    theForm.City.focus();
    return (false);
  }

  if (theForm.city.value.length < 1)
  {
    alert("Please enter at least 1 characters in the \"City\" field.");
    theForm.city.focus();
    return (false);
  }

  if (theForm.state.value == "")
  {
    alert("Please enter a value for the \"State\" field.");
    theForm.state.focus();
    return (false);
  }
  
   if (theForm.book.value == "")
  {
    alert("Please choose a book.");
    theForm.book.focus();
    return (false);
  }

  if (theForm.state.value.length < 1)
  {
    alert("Please enter at least 1 characters in the \"State\" field.");
    theForm.state.focus();
    return (false);
  }

  if (theForm.zip.value == "")
  {
    alert("Please enter a value for the \"Zip\" field.");
    theForm.zip.focus();
    return (false);
  }

  if (theForm.zip.value.length < 5)
  {
    alert("Please enter at least 5 characters in the \"Zip\" field.");
    theForm.zip.focus();
    return (false);
  }

  if (theForm.bar.value == "")
  {
    alert("Please enter a value for the \"BarNum\" field.");
    theForm.bar.focus();
    return (false);
  }

  if (theForm.bar.value.length < 1)
  {
    alert("Please enter at least 1 characters in the \"BarNum\" field.");
    theForm.bar.focus();
    return (false);
  }

  if (theForm.phone.value == "")
  {
    alert("Please enter a value for the \"Phone\" field.");
    theForm.phone.focus();
    return (false);
  }

  if (theForm.phone.value.length < 8)
  {
    alert("Please enter at least 8 characters in the \"Phone\" field.");
    theForm.phone.focus();
    return (false);
  }

  if (theForm.email.value == "")
  {
    alert("Please enter a value for the \"Email\" field.");
    theForm.email.focus();
    return (false);
  }

  if (theForm.email.value.length < 1)
  {
    alert("Please enter at least 1 characters in the \"Email\" field.");
    theForm.email.focus();
    return (false);
  }
  
  if (theForm.residence.value == "")
  {
    alert("Please specify your residence.");
    theForm.residence.focus();
    return (false);
  }
  return (true);
}
//-->




function form_validation(theForm)
{

  if (theForm.first.value == "")
  {
    alert("Please enter a value for the \"First Name\" field.");
    theForm.first.focus();
    return (false);
  }

  if (theForm.first.value.length < 1)
  {
    alert("Please enter at least 1 characters in the \"First Name\" field.");
    theForm.first.focus();
    return (false);
  }

  if (theForm.last.value == "")
  {
    alert("Please enter a value for the \"Last Name\" field.");
    theForm.last.focus();
    return (false);
  }

  if (theForm.last.value.length < 1)
  {
    alert("Please enter at least 1 characters in the \"Last Name\" field.");
    theForm.last.focus();
    return (false);
  }

  if (theForm.Address1.value == "")
  {
    alert("Please enter a value for the \"Address\" field.");
    theForm.Address1.focus();
    return (false);
  }

  if (theForm.Address1.value.length < 1)
  {
    alert("Please enter at least 1 characters in the \"Address\" field.");
    theForm.Address1.focus();
    return (false);
  }

  if (theForm.City.value == "")
  {
    alert("Please enter a value for the \"City\" field.");
    theForm.City.focus();
    return (false);
  }

  if (theForm.City.value.length < 1)
  {
    alert("Please enter at least 1 characters in the \"City\" field.");
    theForm.City.focus();
    return (false);
  }

  if (theForm.State.value == "")
  {
    alert("Please enter a value for the \"State\" field.");
    theForm.State.focus();
    return (false);
  }

  if (theForm.State.value.length < 1)
  {
    alert("Please enter at least 1 characters in the \"State\" field.");
    theForm.State.focus();
    return (false);
  }

  if (theForm.Zip.value == "")
  {
    alert("Please enter a value for the \"Zip\" field.");
    theForm.Zip.focus();
    return (false);
  }

  if (theForm.Zip.value.length < 5)
  {
    alert("Please enter at least 5 characters in the \"Zip\" field.");
    theForm.Zip.focus();
    return (false);
  }

  if (theForm.Bar.value == "")
  {
    alert("Please enter a value for the \"Bar\" field.");
    theForm.Bar.focus();
    return (false);
  }

  if (theForm.Bar.value.length < 1)
  {
    alert("Please enter at least 1 characters in the \"Bar\" field.");
    theForm.Bar.focus();
    return (false);
  }

  if (theForm.Phone.value == "")
  {
    alert("Please enter a value for the \"Phone\" field.");
    theForm.Phone.focus();
    return (false);
  }

  if (theForm.Phone.value.length < 8)
  {
    alert("Please enter at least 8 characters in the \"Phone\" field.");
    theForm.Phone.focus();
    return (false);
  }

  if (theForm.Email.value == "")
  {
    alert("Please enter a value for the \"Email\" field.");
    theForm.Email.focus();
    return (false);
  }

  if (theForm.Email.value.length < 1)
  {
    alert("Please enter at least 1 characters in the \"Email\" field.");
    theForm.Email.focus();
    return (false);
  }
  return (true);
}
//-->




function PLFContact(theForm)
{

  if (theForm.FirstName.value == "")
  {
    alert("Please enter your First Name.");
    theForm.FirstName.focus();
    return (false);
  }

  if (theForm.LastName.value.length < 1)
  {
    alert("Please enter your Last Name.");
    theForm.LastName.focus();
    return (false);
  }

  if (theForm.Phone.value == "")
  {
    alert("Please enter your phone number.");
    theForm.Phone.focus();
    return (false);
  }

  if (theForm.Email.value == "")
  {
    alert("Please enter your email address.");
    theForm.Email.focus();
    return (false);
  }
  
  return (true);
}
//-->


<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=750,height=570,left = 0,top = 0');");
}
// End -->


