// JavaScript Document

function bookmarksite(title,url){
if (window.sidebar)
	window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){
	var elem = document.createElement('a');
	elem.setAttribute('href',url);
	elem.setAttribute('title',title);
	elem.setAttribute('rel','sidebar');
	elem.click();
} 
else if(document.all)
	window.external.AddFavorite(url, title);
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

//Send to a Friend Mail Script

var initialsubj="Hello, I want you to see this web site"
var initialmsg="Hi:\n You may want to check out this Notary Public supply web site: "+window.location
var good;
function checkEmailAddress(field) {

var goodEmail = field.value.match(/\b(^(\S+@).+((\.com)|(\.net)|(\.edu)|(\.mil)|(\.gov)|(\.org)|(\.info)|(\.sex)|(\.biz)|(\.aero)|(\.coop)|(\.museum)|(\.name)|(\.pro)|(\..{2,2}))$)\b/gi);
if (goodEmail) {
good = true;
}
else {
alert('Please enter a valid address.');
field.focus();
field.select();
good = false;
   }
}
u = window.location;
function mailThisUrl() {
good = false
checkEmailAddress(document.eMailer.email);
if (good) {

//window.location = "mailto:"+document.eMailer.email.value+"?subject="+initialsubj+"&body="+document.title+" "+u;
window.location = "mailto:"+document.eMailer.email.value+"?subject="+initialsubj+"&body="+initialmsg
   }
}

//popup window java
var newwindow;
function nnbpop(url)
{
	newwindow=window.open(url,'name','height=300,width=325,resizable=no,scrollbars=no,toolbar=no');
	if (window.focus) {newwindow.focus()}
}
//end popup java

//popup window java
var newwindow;
function nnbmpop(url)
{
	newwindow=window.open(url,'name','height=350,width=335,resizable=no,scrollbars=no,toolbar=no');
	if (window.focus) {newwindow.focus()}
}
//end popup java

//popup  big window java
var newwindow;
function nnbbpop(url)
{
	newwindow=window.open(url,'name','height=500,width=500,resizable=no,scrollbars=no,toolbar=no');
	if (window.focus) {newwindow.focus()}
}
//end big popup java

//Jump Menu Script
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function MM_jumpMenuGo(objId,targ,restore){ //v9.0
  var selObj = null;  with (document) { 
  if (getElementById) selObj = getElementById(objId);
  if (selObj) eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0; }
}
//End Jump Menu Script

//Start Currency, SSN, Date, Email Mask Code
function currencymask(t)
{var patt = /(\d*)\.{1}(\d{0,2})/;
var donepatt = /^(\d*)\.{1}(\d{2})$/;
var str = t.value;
var result;
if (!str.match(donepatt))
{result = str.match(patt);
if (result!= null)
{t.value = t.value.replace(/[^\d]/gi,'');
str = result[1] + '.' + result[2] ;
t.value = str;
}else{
if (t.value.match(/[^\d]/gi))
t.value = t.value.replace(/[^\d]/gi,'');}
}}

function datemask(t)
{var donepatt = /^(\d{2})\/(\d{2})\/(\d{4})$/;
var patt = /(\d{2}).*(\d{2}).*(\d{4})/;
var str = t.value;
if (!str.match(donepatt))
{result = str.match(patt);
if (result!= null)
{t.value = t.value.replace(/[^\d]/gi,'');
str = result[1] + '/' + result[2] + '/' + result[3];
t.value = str;
}else{
if (t.value.match(/[^\d]/gi))
t.value = t.value.replace(/[^\d]/gi,'');
}}}

function phonemask(t)
{var patt1 = /(\d{3}).*(\d{3}).*(\d{4})/;
var patt2 = /^\((\d{3})\).(\d{3})-(\d{4})$/;
var str = t.value;
var result;
if (!str.match(patt2))
{result = str.match(patt1);
if (result!= null)
{t.value = t.value.replace(/[^\d]/gi,'');
str = '(' + result[1] + ') ' + result[2] + '-' + result[3];
t.value = str;
}else{
if (t.value.match(/[^\d]/gi))
t.value = t.value.replace(/[^\d]/gi,'');
}}}

function ssnmask(t)
{var patt = /(\d{3}).*(\d{2}).*(\d{4})/;
var donepatt = /^(\d{3})-(\d{2})-(\d{4})$/;
var str = t.value;
var result;
if (!str.match(donepatt))
{result = str.match(patt);
if (result!= null)
{t.value = t.value.replace(/[^\d]/gi,'');
str = result[1] + '-' + result[2] + '-' + result[3];
t.value = str;
}else{
if (t.value.match(/[^\d]/gi))
t.value = t.value.replace(/[^\d]/gi,'');}
}}
//End ssn, date, email , currency make code

//start only numbers code
function onlyNumbers(evt)
{
	var e = event || evt; // for trans-browser compatibility
	var charCode = e.which || e.keyCode;

	if (charCode > 31 && (charCode < 48 || charCode > 57))
		return false;

	return true;

}
//end only numbers code

//___________________________________________________________________________________________
//___________________________________________________________________________________________
//Start Form Validation Scripts
//Arizona

//Ultimate New Appointment Bond Validation Script
function Validateaz_ultimate()
{
    var name = document.az_ultimate.Name_on_bond;
    var county = document.az_ultimate.Name_of_county;
	var ssn = document.az_ultimate.ssn;
    var startmonth = document.az_ultimate.Bond_Start_Month; 
    var startday= document.az_ultimate.Bond_Start_Day;
    var startyear = document.az_ultimate.Bond_Start_Year;
	var busname = document.az_ultimate.Business_Name;
	var busadd1 = document.az_ultimate.Business_Address;
	var busaddln2 = document.az_ultimate.Business_Address_line_2;
	var buscity = document.az_ultimate.Business_City;
	var busstate = document.az_ultimate.Business_State;
    var buszip = document.az_ultimate.Business_Zipcode;
	var homeadd = document.az_ultimate.Home_Address;
	var homecity = document.az_ultimate.Home_City;
	var homestate = document.az_ultimate.Home_State;
	var homezip = document.az_ultimate.Home_Zipcode;
	var mailto = document.az_ultimate.Where_To_Mail_To;
    var homephonearea = document.az_ultimate.Home_Phone_Areacode;
	var homephonenum = document.az_ultimate.Home_Phone_Number;
	var busphonearea = document.az_ultimate.Business_Areacode;
	var busphonenum = document.az_ultimate.Business_Phone_Number;
	var email = document.az_ultimate.Email;
	var ques1 = document.az_ultimate.Question_1;
	var ques2 = document.az_ultimate.Question_2;
	var ques3 = document.az_ultimate.Question_3;
	var ques4 = document.az_ultimate.Question_4;
	var ques5 = document.az_ultimate.Question_5;
	var ques6 = document.az_ultimate.Question_6;
	var ques7 = document.az_ultimate.Question_7;
	var ques8 = document.az_ultimate.Question_8;
    var found = document.az_ultimate.found_how;	
    
	if (name.value == "")
    {
        window.alert("Please enter your Full Name as you would like it to appear on your Notary Commission.");
        name.focus();
        return false;
    }
	
	if (county.value == "")
    {
        window.alert("Please enter the County that you Live In.");
        county.focus();
        return false;
    }
	
	if (ssn.value == "")
    {
        window.alert("Please Enter Your Social Security Number.");
        ssn.focus();
        return false;
    }
	
	if (startmonth.value == "")
    {
        window.alert("Please select the Month that you would like the Bond to Start. EX) April");
        expmonth.focus();
        return false;
    }
	
	if (startday.value == "")
    {
        window.alert("Please select the Day that you would like the Bond to Start. EX) 15th");
        expday.focus();
        return false;
    }
	
	if (startyear.value == "")
    {
        window.alert("Please select the Year that you would like the Bond to Start. EX) 2010");
        expyear.focus();
        return false;
    }
	
	if (busname.value == "")
    {
        window.alert("Please Enter Your Business Name. If you do not have a business name, just enter your Full Name.");
        busname.focus();
        return false;
    }
	
	if (busadd1.value == "")
    {
        window.alert("Please Enter Your Business Address. If you do not have a business address, just enter your physical address or mailing address.");
        busadd1.focus();
        return false;
    }
	if (buscity.value == "")
    {
        window.alert("Please Tell Us Your Business City");
        buscity.focus();
        return false;
    }
	
	if (busstate.value == "")
    {
        window.alert("Please select your Business Locations State");
        busstate.focus();
        return false;
    }
	
	if (buszip.value == "")
    {
        window.alert("Please enter your Business ZipCode.");
        buszip.focus();
        return false;
    }
	
	if (homeadd.value == "")
    {
        window.alert("Please enter your Residential Address");
        homeadd.focus();
        return false;
    }
	
	if (homecity.value == "")
    {
        window.alert("Please enter the City that you live in");
        homecity.focus();
        return false;
    }
	
	if (homestate.value == "")
    {
        window.alert("Please enter the State that you live in.");
        homestate.focus();
        return false;
    }
	
	if (homezip.value == "")
    {
        window.alert("Please enter your residence Zipcode");
        homezip.focus();
        return false;
    }
	
	if (mailto.value == "")
    {
        window.alert("Please select where you would like your supplies and certificate to go");
        mailto.focus();
        return false;
    }
	
	if (homephonearea.value == "")
    {
        window.alert("Please Enter Your Home Area Code");
        homephonearea.focus();
        return false;
    }
	
	if (homephonenum.value == "")
    {
        window.alert("Please Enter Your Home phone Number");
        homephonenum.focus();
        return false;
    }	
	
	if (busphonearea.value == "")
    {
        window.alert("Please Enter Your Business Phone Number Areacode");
        busphonearea.focus();
        return false;
    }
		
	if (busphonenum.value == "")
    {
        window.alert("Please Enter Your Business Phone Number");
        busphonenum.focus();
        return false;
    }
		
    if (email.value == "")
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf("@", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf(".", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
	if (ques1.value == "")
    {
        window.alert("Please Answer Question 1");
        ques1.focus();
        return false;
    }
		
	if (ques2.value == "")
    {
        window.alert("Please Answer Question 2");
        ques2.focus();
        return false;
    }
		
	if (ques3.value == "")
    {
        window.alert("Please Answer Question 3");
        ques3.focus();
        return false;
    }
	
	if (ques4.value == "")
    {
        window.alert("Please Answer Question 4");
        ques4.focus();
        return false;
    }
	
	if (ques5.value == "")
    {
        window.alert("Please Answer Question 5");
        ques5.focus();
        return false;
    }
	
	if (ques6.value == "")
    {
        window.alert("Please Answer Question 6");
        ques6.focus();
        return false;
    }
	
	if (ques7.value == "")
    {
        window.alert("Please Answer Question 7");
        ques7.focus();
        return false;
    }
	
	if (ques8.value == "")
    {
        window.alert("Please Answer Question 8");
        ques8.focus();
        return false;
    }
	
	if (found.value == "")
    {
        window.alert("Please tell us how you found us.");
        found.focus();
        return false;
    }
	
    return true;
}
//End AZ Ultimate Bond Validation Script

//Ultimate Renewing Appointment Bond Validation Script
function Validateaz_ultimate_r()
{
    var name = document.az_ultimate_r.Name_on_bond;
    var county = document.az_ultimate_r.Name_of_county;
	var ssn = document.az_ultimate_r.ssn;
    var endmonth = document.az_ultimate_r.Bond_End_Month; 
    var endday= document.az_ultimate_r.Bond_End_Day;
    var endyear = document.az_ultimate_r.Bond_End_Year;
	var busname = document.az_ultimate_r.Business_Name;
	var busadd1 = document.az_ultimate_r.Business_Address;
	var busaddln2 = document.az_ultimate_r.Business_Address_line_2;
	var buscity = document.az_ultimate_r.Business_City;
	var busstate = document.az_ultimate_r.Business_State;
    var buszip = document.az_ultimate_r.Business_Zipcode;
	var homeadd = document.az_ultimate_r.Home_Address;
	var homecity = document.az_ultimate_r.Home_City;
	var homestate = document.az_ultimate_r.Home_State;
	var homezip = document.az_ultimate_r.Home_Zipcode;
	var mailto = document.az_ultimate_r.Where_To_Mail_To;
    var homephonearea = document.az_ultimate_r.Home_Phone_Areacode;
	var homephonenum = document.az_ultimate_r.Home_Phone_Number;
	var busphonearea = document.az_ultimate_r.Business_Areacode;
	var busphonenum = document.az_ultimate_r.Business_Phone_Number;
	var email = document.az_ultimate_r.Email;
	var ques1 = document.az_ultimate_r.Question_1;
	var ques2 = document.az_ultimate_r.Question_2;
	var ques3 = document.az_ultimate_r.Question_3;
	var ques4 = document.az_ultimate_r.Question_4;
	var ques5 = document.az_ultimate_r.Question_5;
	var ques6 = document.az_ultimate_r.Question_6;
	var ques7 = document.az_ultimate_r.Question_7;
	var ques8 = document.az_ultimate_r.Question_8;
    var found = document.az_ultimate_r.found_how;	
    
	if (name.value == "")
    {
        window.alert("Please enter your Full Name as you would like it to appear on your Notary Commission.");
        name.focus();
        return false;
    }
	
	if (county.value == "")
    {
        window.alert("Please enter the County that you Live In.");
        county.focus();
        return false;
    }
	
	if (ssn.value == "")
    {
        window.alert("Please Enter Your Social Security Number.");
        ssn.focus();
        return false;
    }
	
	if (endmonth.value == "")
    {
        window.alert("Please select the Month that your commission is expiring. EX) April");
        endmonth.focus();
        return false;
    }
	
	if (endday.value == "")
    {
        window.alert("Please select the day that your commission is expiring. EX) 15th");
        endday.focus();
        return false;
    }
	
	if (endyear.value == "")
    {
        window.alert("Please select the Year that your commission is expiring. EX) 2010");
        endyear.focus();
        return false;
    }
	
	if (busname.value == "")
    {
        window.alert("Please Enter Your Business Name. If you do not have a business name, just enter your Full Name.");
        busname.focus();
        return false;
    }
	
	if (busadd1.value == "")
    {
        window.alert("Please Enter Your Business Address. If you do not have a business address, just enter your physical address or mailing address.");
        busadd1.focus();
        return false;
    }
	if (buscity.value == "")
    {
        window.alert("Please Tell Us Your Business City");
        buscity.focus();
        return false;
    }
	
	if (busstate.value == "")
    {
        window.alert("Please select your Business Locations State");
        busstate.focus();
        return false;
    }
	
	if (buszip.value == "")
    {
        window.alert("Please enter your Business ZipCode.");
        buszip.focus();
        return false;
    }
	
	if (homeadd.value == "")
    {
        window.alert("Please enter your Residential Address");
        homeadd.focus();
        return false;
    }
	
	if (homecity.value == "")
    {
        window.alert("Please enter the City that you live in");
        homecity.focus();
        return false;
    }
	
	if (homestate.value == "")
    {
        window.alert("Please enter the State that you live in.");
        homestate.focus();
        return false;
    }
	
	if (homezip.value == "")
    {
        window.alert("Please enter your residence Zipcode");
        homezip.focus();
        return false;
    }
	
	if (mailto.value == "")
    {
        window.alert("Please select where you would like your supplies and certificate to go");
        mailto.focus();
        return false;
    }
	
	if (homephonearea.value == "")
    {
        window.alert("Please Enter Your Home Area Code");
        homephonearea.focus();
        return false;
    }
	
	if (homephonenum.value == "")
    {
        window.alert("Please Enter Your Home phone Number");
        homephonenum.focus();
        return false;
    }	
	
	if (busphonearea.value == "")
    {
        window.alert("Please Enter Your Business Phone Number Areacode");
        busphonearea.focus();
        return false;
    }
		
	if (busphonenum.value == "")
    {
        window.alert("Please Enter Your Business Phone Number");
        busphonenum.focus();
        return false;
    }
		
    if (email.value == "")
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf("@", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf(".", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
	if (ques1.value == "")
    {
        window.alert("Please Answer Question 1");
        ques1.focus();
        return false;
    }
		
	if (ques2.value == "")
    {
        window.alert("Please Answer Question 2");
        ques2.focus();
        return false;
    }
		
	if (ques3.value == "")
    {
        window.alert("Please Answer Question 3");
        ques3.focus();
        return false;
    }
	
	if (ques4.value == "")
    {
        window.alert("Please Answer Question 4");
        ques4.focus();
        return false;
    }
	
	if (ques5.value == "")
    {
        window.alert("Please Answer Question 5");
        ques5.focus();
        return false;
    }
	
	if (ques6.value == "")
    {
        window.alert("Please Answer Question 6");
        ques6.focus();
        return false;
    }
	
	if (ques7.value == "")
    {
        window.alert("Please Answer Question 7");
        ques7.focus();
        return false;
    }
	
	if (ques8.value == "")
    {
        window.alert("Please Answer Question 8");
        ques8.focus();
        return false;
    }
	
	if (found.value == "")
    {
        window.alert("Please tell us how you found us.");
        found.focus();
        return false;
    }
	
    return true;
}

//End AZ Ultimate Bond Validation Script for Renewing Notaries

//Plus Package New Notary Application Validate Script
function Validateaz_plus()
{
    var name = document.az_plus.Name_on_bond;
    var county = document.az_plus.Name_of_county;
	var ssn = document.az_plus.ssn;
    var startmonth = document.az_plus.Bond_Start_Month; 
    var startday= document.az_plus.Bond_Start_Day;
    var startyear = document.az_plus.Bond_Start_Year;
	var busname = document.az_plus.Business_Name;
	var add = document.az_plus.Address;
	var city = document.az_plus.City;
	var state = document.az_plus.State;
    var zip = document.az_plus.Zipcode;
	var phone = document.az_plus.Phone_Number;
	var email = document.az_plus.Email;
    var found = document.az_plus.found_how;	
    
	if (name.value == "")
    {
        window.alert("Please enter your Full Name as you would like it to appear on your Notary Commission.");
        name.focus();
        return false;
    }
	
	if (county.value == "")
    {
        window.alert("Please enter the County that you Live In.");
        county.focus();
        return false;
    }
	
	if (startmonth.value == "")
    {
        window.alert("Please select the Month to Start your Notary Commission Bond EX) April");
        startmonth.focus();
        return false;
    }
	
	if (startday.value == "")
    {
        window.alert("Please select the day to Start your Notary Commission Bond EX) 15th");
        startday.focus();
        return false;
    }
	
	if (startyear.value == "")
    {
        window.alert("Please select the Year to Start your Notary Commission Bond EX) 2010");
        startyear.focus();
        return false;
    }
	
	if (add.value == "")
    {
        window.alert("Please Enter Your Residence Address.");
        add.focus();
        return false;
    }
	if (city.value == "")
    {
        window.alert("Please Tell Us Your Residence City");
        city.focus();
        return false;
    }
	
	if (state.value == "")
    {
        window.alert("Please select your Residence State");
        state.focus();
        return false;
    }
	
	if (zip.value == "")
    {
        window.alert("Please enter your Residence ZipCode.");
        zip.focus();
        return false;
    }
	
	if (phone.value == "")
    {
        window.alert("Please Enter Your Contact Telephone Number");
        phone.focus();
        return false;
    }	
		
    if (email.value == "")
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf("@", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf(".", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
	if (found.value == "")
    {
        window.alert("Please tell us how you found us.");
        found.focus();
        return false;
    }
	
    return true;
}

//End AZ Plus Bond Validation Script for New Notaries

//Plus RENEWAL Package New Notary Application Validate Script
function Validateaz_plus_r()
{
    var name = document.az_plus_r.Name_on_bond;
    var county = document.az_plus_r.Name_of_county;
	var ssn = document.az_plus_r.ssn;
    var endmonth = document.az_plus_r.Bond_End_Month; 
    var endday= document.az_plus_r.Bond_End_Day;
    var endyear = document.az_plus_r.Bond_End_Year;
	var busname = document.az_plus_r.Business_Name;
	var add = document.az_plus_r.Address;
	var city = document.az_plus_r.City;
	var state = document.az_plus_r.State;
    var zip = document.az_plus_r.Zipcode;
	var phone = document.az_plus_r.Phone_Number;
	var email = document.az_plus_r.Email;
    var found = document.az_plus_r.found_how;	
    
	if (name.value == "")
    {
        window.alert("Please enter your Full Name as you would like it to appear on your Notary Commission.");
        name.focus();
        return false;
    }
	
	if (county.value == "")
    {
        window.alert("Please enter the County that you Live In.");
        county.focus();
        return false;
    }
	
	if (endmonth.value == "")
    {
        window.alert("Please select the Month Your Notary Commission Expires EX) April");
        endmonth.focus();
        return false;
    }
	
	if (endday.value == "")
    {
        window.alert("Please select the day Your Notary Commission Expires EX) 15th");
        endday.focus();
        return false;
    }
	
	if (endyear.value == "")
    {
        window.alert("Please select the Year Your Notary Commission Expires EX) 2010");
        endyear.focus();
        return false;
    }
	
	if (add.value == "")
    {
        window.alert("Please Enter Your Residence Address.");
        add.focus();
        return false;
    }
	if (city.value == "")
    {
        window.alert("Please Tell Us Your Residence City");
        city.focus();
        return false;
    }
	
	if (state.value == "")
    {
        window.alert("Please select your Residence State");
        state.focus();
        return false;
    }
	
	if (zip.value == "")
    {
        window.alert("Please enter your Residence ZipCode.");
        zip.focus();
        return false;
    }
	
	if (phone.value == "")
    {
        window.alert("Please Enter Your Contact Telephone Number");
        phone.focus();
        return false;
    }	
		
    if (email.value == "")
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf("@", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf(".", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
	if (found.value == "")
    {
        window.alert("Please tell us how you found us.");
        found.focus();
        return false;
    }
	
    return true;
}

//End AZ Plus RENEWAL Bond Validation Script for New Notaries

//Standard RENEWAL Package New Notary Application Validate Script
function Validateaz_standard_r()
{
    var name = document.az_standard_r.Name_on_bond;
    var county = document.az_standard_r.Name_of_county;
	var ssn = document.az_standard_r.ssn;
    var endmonth = document.az_standard_r.Bond_End_Month; 
    var endday= document.az_standard_r.Bond_End_Day;
    var endyear = document.az_standard_r.Bond_End_Year;
	var busname = document.az_standard_r.Business_Name;
	var add = document.az_standard_r.Address;
	var city = document.az_standard_r.City;
	var state = document.az_standard_r.State;
    var zip = document.az_standard_r.Zipcode;
	var phone = document.az_standard_r.Phone_Number;
	var email = document.az_standard_r.Email;
    var found = document.az_standard_r.found_how;	
    
	if (name.value == "")
    {
        window.alert("Please enter your Full Name as you would like it to appear on your Notary Commission.");
        name.focus();
        return false;
    }
	
	if (county.value == "")
    {
        window.alert("Please enter the County that you Live In.");
        county.focus();
        return false;
    }
	
	if (endmonth.value == "")
    {
        window.alert("Please select the Month Your Notary Commission Expires EX) April");
        endmonth.focus();
        return false;
    }
	
	if (endday.value == "")
    {
        window.alert("Please select the day Your Notary Commission Expires EX) 15th");
        endday.focus();
        return false;
    }
	
	if (endyear.value == "")
    {
        window.alert("Please select the Year Your Notary Commission Expires EX) 2010");
        endyear.focus();
        return false;
    }
	
	if (add.value == "")
    {
        window.alert("Please Enter Your Residence Address.");
        add.focus();
        return false;
    }
	if (city.value == "")
    {
        window.alert("Please Tell Us Your Residence City");
        city.focus();
        return false;
    }
	
	if (state.value == "")
    {
        window.alert("Please select your Residence State");
        state.focus();
        return false;
    }
	
	if (zip.value == "")
    {
        window.alert("Please enter your Residence ZipCode.");
        zip.focus();
        return false;
    }
	
	if (phone.value == "")
    {
        window.alert("Please Enter Your Contact Telephone Number");
        phone.focus();
        return false;
    }	
		
    if (email.value == "")
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf("@", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf(".", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
	if (found.value == "")
    {
        window.alert("Please tell us how you found us.");
        found.focus();
        return false;
    }
	
    return true;
}

//End AZ Standard RENEWAL Bond Validation Script for New Notaries

//Standard Package New Notary Application Validate Script
function Validateaz_standard()
{
    var name = document.az_standard.Name_on_bond;
    var county = document.az_standard.Name_of_county;
	var ssn = document.az_standard.ssn;
    var startmonth = document.az_standard.Bond_Start_Month; 
    var startday= document.az_standard.Bond_Start_Day;
    var startyear = document.az_standard.Bond_Start_Year;
	var busname = document.az_standard.Business_Name;
	var add = document.az_standard.Address;
	var city = document.az_standard.City;
	var state = document.az_standard.State;
    var zip = document.az_standard.Zipcode;
	var phone = document.az_standard.Phone_Number;
	var email = document.az_standard.Email;
    var found = document.az_standard.found_how;	
    
	if (name.value == "")
    {
        window.alert("Please enter your Full Name as you would like it to appear on your Notary Commission.");
        name.focus();
        return false;
    }
	
	if (county.value == "")
    {
        window.alert("Please enter the County that you Live In.");
        county.focus();
        return false;
    }
	
	if (startmonth.value == "")
    {
        window.alert("Please select the Month to Start your Notary Commission Bond EX) April");
        startmonth.focus();
        return false;
    }
	
	if (startday.value == "")
    {
        window.alert("Please select the day to Start your Notary Commission Bond EX) 15th");
        startday.focus();
        return false;
    }
	
	if (startyear.value == "")
    {
        window.alert("Please select the Year to Start your Notary Commission Bond EX) 2010");
        startyear.focus();
        return false;
    }
	
	if (add.value == "")
    {
        window.alert("Please Enter Your Residence Address.");
        add.focus();
        return false;
    }
	if (city.value == "")
    {
        window.alert("Please Tell Us Your Residence City");
        city.focus();
        return false;
    }
	
	if (state.value == "")
    {
        window.alert("Please select your Residence State");
        state.focus();
        return false;
    }
	
	if (zip.value == "")
    {
        window.alert("Please enter your Residence ZipCode.");
        zip.focus();
        return false;
    }
	
	if (phone.value == "")
    {
        window.alert("Please Enter Your Contact Telephone Number");
        phone.focus();
        return false;
    }	
		
    if (email.value == "")
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf("@", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf(".", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
	if (found.value == "")
    {
        window.alert("Please tell us how you found us.");
        found.focus();
        return false;
    }
	
    return true;
}

//End AZ Standard Bond Validation Script for New Notaries

//Arkansas

//Standard Package New Notary Application Validate Script
function Validatear_standard()
{
    var name = document.ar_standard.Name_on_bond;
    var county = document.ar_standard.Name_of_county;
	var ssn = document.ar_standard.ssn;
    var startmonth = document.ar_standard.Bond_Start_Month; 
    var startday= document.ar_standard.Bond_Start_Day;
    var startyear = document.ar_standard.Bond_Start_Year;
	var busname = document.ar_standard.Business_Name;
	var add = document.ar_standard.Address;
	var city = document.ar_standard.City;
	var state = document.ar_standard.State;
    var zip = document.ar_standard.Zipcode;
	var phone = document.ar_standard.Phone_Number;
	var email = document.ar_standard.Email;
    var found = document.ar_standard.found_how;	
    
	if (name.value == "")
    {
        window.alert("Please enter your Full Name as you would like it to appear on your Notary Commission.");
        name.focus();
        return false;
    }
	
	if (county.value == "")
    {
        window.alert("Please enter the County that you Live In.");
        county.focus();
        return false;
    }
	
	if (startmonth.value == "")
    {
        window.alert("Please select the Month to Start your Notary Commission Bond EX) April");
        startmonth.focus();
        return false;
    }
	
	if (startday.value == "")
    {
        window.alert("Please select the day to Start your Notary Commission Bond EX) 15th");
        startday.focus();
        return false;
    }
	
	if (startyear.value == "")
    {
        window.alert("Please select the Year to Start your Notary Commission Bond EX) 2010");
        startyear.focus();
        return false;
    }
	
	if (add.value == "")
    {
        window.alert("Please Enter Your Residence Address.");
        add.focus();
        return false;
    }
	if (city.value == "")
    {
        window.alert("Please Tell Us Your Residence City");
        city.focus();
        return false;
    }
	
	if (state.value == "")
    {
        window.alert("Please select your Residence State");
        state.focus();
        return false;
    }
	
	if (zip.value == "")
    {
        window.alert("Please enter your Residence ZipCode.");
        zip.focus();
        return false;
    }
	
	if (phone.value == "")
    {
        window.alert("Please Enter Your Contact Telephone Number");
        phone.focus();
        return false;
    }	
		
    if (email.value == "")
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf("@", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf(".", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
	if (found.value == "")
    {
        window.alert("Please tell us how you found us.");
        found.focus();
        return false;
    }
	
    return true;
}

//End AZ Standard Bond Validation Script for New Notaries

//Standard RENEWAL Package New Notary Application Validate Script
function Validatear_standard_r()
{
    var name = document.ar_standard_r.Name_on_bond;
    var county = document.ar_standard_r.Name_of_county;
	var ssn = document.ar_standard_r.ssn;
    var endmonth = document.ar_standard_r.Bond_End_Month; 
    var endday= document.ar_standard_r.Bond_End_Day;
    var endyear = document.ar_standard_r.Bond_End_Year;
	var busname = document.ar_standard_r.Business_Name;
	var add = document.ar_standard_r.Address;
	var city = document.ar_standard_r.City;
	var state = document.ar_standard_r.State;
    var zip = document.ar_standard_r.Zipcode;
	var phone = document.ar_standard_r.Phone_Number;
	var email = document.ar_standard_r.Email;
    var found = document.ar_standard_r.found_how;	
    
	if (name.value == "")
    {
        window.alert("Please enter your Full Name as you would like it to appear on your Notary Commission.");
        name.focus();
        return false;
    }
	
	if (county.value == "")
    {
        window.alert("Please enter the County that you Live In.");
        county.focus();
        return false;
    }
	
	if (endmonth.value == "")
    {
        window.alert("Please select the Month Your Notary Commission Expires EX) April");
        endmonth.focus();
        return false;
    }
	
	if (endday.value == "")
    {
        window.alert("Please select the day Your Notary Commission Expires EX) 15th");
        endday.focus();
        return false;
    }
	
	if (endyear.value == "")
    {
        window.alert("Please select the Year Your Notary Commission Expires EX) 2010");
        endyear.focus();
        return false;
    }
	
	if (add.value == "")
    {
        window.alert("Please Enter Your Residence Address.");
        add.focus();
        return false;
    }
	if (city.value == "")
    {
        window.alert("Please Tell Us Your Residence City");
        city.focus();
        return false;
    }
	
	if (state.value == "")
    {
        window.alert("Please select your Residence State");
        state.focus();
        return false;
    }
	
	if (zip.value == "")
    {
        window.alert("Please enter your Residence ZipCode.");
        zip.focus();
        return false;
    }
	
	if (phone.value == "")
    {
        window.alert("Please Enter Your Contact Telephone Number");
        phone.focus();
        return false;
    }	
		
    if (email.value == "")
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf("@", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf(".", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
	if (found.value == "")
    {
        window.alert("Please tell us how you found us.");
        found.focus();
        return false;
    }
	
    return true;
}

//End AZ Standard RENEWAL Bond Validation Script for New Notaries

//E and O Validation Script
function Validatear_eo()
{
    var name = document.ar_eo.Name_on_bond;
    var county = document.ar_eo.Name_of_county;
	var ssn = document.ar_eo.ssn;
    var startmonth = document.ar_eo.Bond_Start_Month; 
    var startday= document.ar_eo.Bond_Start_Day;
    var startyear = document.ar_eo.Bond_Start_Year;
	var add = document.ar_eo.Address;
	var city = document.ar_eo.City;
	var state = document.ar_eo.State;
    var zip = document.ar_eo.Zipcode;
	var phone = document.ar_eo.Phone_Number;
	var email = document.ar_eo.Email;
    var found = document.ar_eo.found_how;	
    
	if (name.value == "")
    {
        window.alert("Please enter your Full Name as you would like it to appear on your E and O Policy.");
        name.focus();
        return false;
    }
	
	if (county.value == "")
    {
        window.alert("Please enter the County that you Live In.");
        county.focus();
        return false;
    }
	
	if (startmonth.value == "")
    {
        window.alert("Please select the Month for your policy Effective Date EX) April");
        startmonth.focus();
        return false;
    }
	
	if (startday.value == "")
    {
        window.alert("Please select the day for your policy Effective Date EX) 15th");
        startday.focus();
        return false;
    }
	
	if (startyear.value == "")
    {
        window.alert("Please select the Year for your policy Effective Date EX) 2010");
        startyear.focus();
        return false;
    }
	
	if (add.value == "")
    {
        window.alert("Please Enter Your Residence Address.");
        add.focus();
        return false;
    }
	if (city.value == "")
    {
        window.alert("Please Tell Us Your Residence City");
        city.focus();
        return false;
    }
	
	if (state.value == "")
    {
        window.alert("Please select your Residence State");
        state.focus();
        return false;
    }
	
	if (zip.value == "")
    {
        window.alert("Please enter your Residence ZipCode.");
        zip.focus();
        return false;
    }
	
	if (phone.value == "")
    {
        window.alert("Please Enter Your Contact Telephone Number");
        phone.focus();
        return false;
    }	
		
    if (email.value == "")
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf("@", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf(".", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
	if (found.value == "")
    {
        window.alert("Please tell us how you found us.");
        found.focus();
        return false;
    }
	
    return true;
}

//End E and O Script Validation

//Kansas Standard Bond Validation Script
function Validateks_standard()
{
    var name = document.ks_standard.Name_on_bond;
    var county = document.ks_standard.Name_of_county;
	var ssn = document.ks_standard.ssn;
    var startmonth = document.ks_standard.Bond_Start_Month; 
    var startday= document.ks_standard.Bond_Start_Day;
    var startyear = document.ks_standard.Bond_Start_Year;
	var busadd1 = document.ks_standard.bus_Address_1;
	var buscity = document.ks_standard.bus_City;
	var busstate = document.ks_standard.bus_State;
    var buszip = document.ks_standard.bus_Zipcode;
	var homeadd = document.ks_standard.Address;
	var homecity = document.ks_standard.City;
	var homestate = document.ks_standard.State;
	var homezip = document.ks_standard.Zipcode;
    var homephone = document.ks_standard.Phone_Number;
	var homephone2 = document.ks_standard.Phone_Number2;
	var email = document.ks_standard.Email;
    var found = document.ks_standard.found_how;	
    
	if (name.value == "")
    {
        window.alert("Please enter your Full Name as you would like it to appear on your Notary Commission.");
        name.focus();
        return false;
    }
	
	if (county.value == "")
    {
        window.alert("Please enter the County that you Live In.");
        county.focus();
        return false;
    }
	
	if (startmonth.value == "")
    {
        window.alert("Please select the Month that you would like the Bond to Start. EX) April");
        expmonth.focus();
        return false;
    }
	
	if (startday.value == "")
    {
        window.alert("Please select the Day that you would like the Bond to Start. EX) 15th");
        expday.focus();
        return false;
    }
	
	if (startyear.value == "")
    {
        window.alert("Please select the Year that you would like the Bond to Start. EX) 2010");
        expyear.focus();
        return false;
    }
	
	if (busadd1.value == "")
    {
        window.alert("Please Enter Your Business Address. If you do not have a business address, just enter your physical address or mailing address.");
        busadd1.focus();
        return false;
    }
	
	if (buscity.value == "")
    {
        window.alert("Please Tell Us Your Business City");
        buscity.focus();
        return false;
    }
	
	if (busstate.value == "")
    {
        window.alert("Please select your Business Locations State");
        busstate.focus();
        return false;
    }
	
	if (buszip.value == "")
    {
        window.alert("Please enter your Business ZipCode.");
        buszip.focus();
        return false;
    }
	
	if (homeadd.value == "")
    {
        window.alert("Please enter your Residential Address");
        homeadd.focus();
        return false;
    }
	
	if (homecity.value == "")
    {
        window.alert("Please enter the City that you live in");
        homecity.focus();
        return false;
    }
	
	if (homestate.value == "")
    {
        window.alert("Please enter the State that you live in.");
        homestate.focus();
        return false;
    }
	
	if (homezip.value == "")
    {
        window.alert("Please enter your residence Zipcode");
        homezip.focus();
        return false;
    }
	
	if (homephone.value == "")
    {
        window.alert("Please Enter Your Home Phone Number");
        homephonearea.focus();
        return false;
    }
	
	if (homephone2.value == "")
    {
        window.alert("Please enter an Alternate Contact Phone Number");
        homephonenum.focus();
        return false;
    }	
		
    if (email.value == "")
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf("@", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf(".", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    return true;
}
//End KS Standard Bond Validation Script

//Kansas RENEWAL Standard Bond Validation Script
function Validateks_standard_r()
{
    var name = document.ks_standard_r.Name_on_bond;
    var county = document.ks_standard_r.Name_of_county;
	var ssn = document.ks_standard_r.ssn;
    var endmonth = document.ks_standard_r.Bond_End_Month; 
    var endday= document.ks_standard_r.Bond_End_Day;
    var endyear = document.ks_standard_r.Bond_End_Year;
	var busadd1 = document.ks_standard_r.bus_Address_1;
	var buscity = document.ks_standard_r.bus_City;
	var busstate = document.ks_standard_r.bus_State;
    var buszip = document.ks_standard_r.bus_Zipcode;
	var homeadd = document.ks_standard_r.Address;
	var homecity = document.ks_standard_r.City;
	var homestate = document.ks_standard_r.State;
	var homezip = document.ks_standard_r.Zipcode;
    var homephone = document.ks_standard_r.Phone_Number;
	var homephone2 = document.ks_standard_r.Phone_Number2;
	var email = document.ks_standard_r.Email;
    var found = document.ks_standard_r.found_how;	
    
	if (name.value == "")
    {
        window.alert("Please enter your Full Name as you would like it to appear on your Notary Commission.");
        name.focus();
        return false;
    }
	
	if (county.value == "")
    {
        window.alert("Please enter the County that you Live In.");
        county.focus();
        return false;
    }
	
	if (endmonth.value == "")
    {
        window.alert("Please select the Month that your current comission expires EX) April");
        endmonth.focus();
        return false;
    }
	
	if (endday.value == "")
    {
        window.alert("Please select the Day that your current comission expires EX) 15th");
        endday.focus();
        return false;
    }
	
	if (endyear.value == "")
    {
        window.alert("Please select the Year that your current comission expires EX) 2010");
        endyear.focus();
        return false;
    }
	
	if (busadd1.value == "")
    {
        window.alert("Please Enter Your Business Address. If you do not have a business address, just enter your physical address or mailing address.");
        busadd1.focus();
        return false;
    }
	
	if (buscity.value == "")
    {
        window.alert("Please Tell Us Your Business City");
        buscity.focus();
        return false;
    }
	
	if (busstate.value == "")
    {
        window.alert("Please select your Business Locations State");
        busstate.focus();
        return false;
    }
	
	if (buszip.value == "")
    {
        window.alert("Please enter your Business ZipCode.");
        buszip.focus();
        return false;
    }
	
	if (homeadd.value == "")
    {
        window.alert("Please enter your Residential Address");
        homeadd.focus();
        return false;
    }
	
	if (homecity.value == "")
    {
        window.alert("Please enter the City that you live in");
        homecity.focus();
        return false;
    }
	
	if (homestate.value == "")
    {
        window.alert("Please enter the State that you live in.");
        homestate.focus();
        return false;
    }
	
	if (homezip.value == "")
    {
        window.alert("Please enter your residence Zipcode");
        homezip.focus();
        return false;
    }
	
	if (homephone.value == "")
    {
        window.alert("Please Enter Your Home Phone Number");
        homephonearea.focus();
        return false;
    }
	
	if (homephone2.value == "")
    {
        window.alert("Please enter an Alternate Contact Phone Number");
        homephonenum.focus();
        return false;
    }	
		
    if (email.value == "")
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf("@", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf(".", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    return true;
}
//End KS Standard RENEWAL Bond Validation Script

//SKs Standard Bond Validation Script
function Validatesk_standard()
{
    var name = document.sk_standard.Name_on_bond;
    var county = document.sk_standard.Name_of_county;
	var ssn = document.sk_standard.ssn;
    var startmonth = document.sk_standard.Bond_Start_Month; 
    var startday= document.sk_standard.Bond_Start_Day;
    var startyear = document.sk_standard.Bond_Start_Year;
	var busadd1 = document.sk_standard.bus_Address_1;
	var buscity = document.sk_standard.bus_City;
	var busstate = document.sk_standard.bus_State;
    var buszip = document.sk_standard.bus_Zipcode;
	var homeadd = document.sk_standard.Address;
	var homecity = document.sk_standard.City;
	var homestate = document.sk_standard.State;
	var homezip = document.sk_standard.Zipcode;
    var homephone = document.sk_standard.Phone_Number;
	var homephone2 = document.sk_standard.Phone_Number2;
	var email = document.sk_standard.Email;
    var found = document.sk_standard.found_how;	
    
	if (name.value == "")
    {
        window.alert("Please enter your Full Name as you would like it to appear on your Notary Commission.");
        name.focus();
        return false;
    }
	
	if (county.value == "")
    {
        window.alert("Please enter the County that you Live In.");
        county.focus();
        return false;
    }
	
	if (homeadd.value == "")
    {
        window.alert("Please enter your Residential Address");
        homeadd.focus();
        return false;
    }
	
	if (homecity.value == "")
    {
        window.alert("Please enter the City that you live in");
        homecity.focus();
        return false;
    }
	
	if (homestate.value == "")
    {
        window.alert("Please enter the State that you live in.");
        homestate.focus();
        return false;
    }
	
	if (homezip.value == "")
    {
        window.alert("Please enter your residence Zipcode");
        homezip.focus();
        return false;
    }
	
	if (busadd1.value == "")
    {
        window.alert("Please Enter Your Business Address. If you do not have a business address, just enter your physical address or mailing address.");
        busadd1.focus();
        return false;
    }
	
	if (buscity.value == "")
    {
        window.alert("Please Tell Us Your Business City");
        buscity.focus();
        return false;
    }
	
	if (busstate.value == "")
    {
        window.alert("Please select your Business Locations State");
        busstate.focus();
        return false;
    }
	
	if (buszip.value == "")
    {
        window.alert("Please enter your Business ZipCode.");
        buszip.focus();
        return false;
    }
	
	if (homephone.value == "")
    {
        window.alert("Please Enter Your Home Phone Number");
        homephonearea.focus();
        return false;
    }
	
	if (homephone2.value == "")
    {
        window.alert("Please enter an Alternate Contact Phone Number");
        homephonenum.focus();
        return false;
    }	
		
    if (email.value == "")
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf("@", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf(".", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    return true;
}
//End SK Standard Bond Validation Script
//Start Other Bond Validation Script
function Validateother_bond()
{
    var name = document.other_bond.name;
    var type = document.other_bond.bond_type;
	var amount = document.other_bond.bond_amount;
    var date = document.other_bond.bond_effective_date; 
    var address= document.other_bond.Mail_address;
    var city = document.other_bond.City;
	var state = document.other_bond.State;
	var zip = document.other_bond.Zipcode;
	var phone = document.other_bond.phone;
    var fax = document.other_bond.fax;
	var email = document.other_bond.email;
	var found = document.other_bond.found_how;
    
	if (name.value == "")
    {
        window.alert("Please tell us your Full Name.");
        name.focus();
        return false;
    }
	
	if (type.value == "")
    {
        window.alert("Please tell us what kind of bond you are interested in?");
        type.focus();
        return false;
    }
	
	if (amount.value == "")
    {
        window.alert("Please tell us how much your bond needs to be for?");
        amount.focus();
        return false;
    }
	
	if (date.value == "")
    {
        window.alert("Please tell us the requested effective date?");
        date.focus();
        return false;
    }
	
	if (address.value == "")
    {
        window.alert("Please tell us your address");
        address.focus();
        return false;
    }
	
	if (city.value == "")
    {
        window.alert("Please tell us your city");
        city.focus();
        return false;
    }
	
	if (state.value == "")
    {
        window.alert("Please tell us your state");
        state.focus();
        return false;
    }
	
	if (zip.value == "")
    {
        window.alert("Please tell us your zip code");
        zip.focus();
        return false;
    }
	
	if (phone.value == "")
    {
        window.alert("Please tell us your telephone number");
        phone.focus();
        return false;
    }
	
	if (fax.value == "")
    {
        window.alert("Please tell us your Fax Number");
        fax.focus();
        return false;
    }
		
    if (email.value == "")
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf("@", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    if (email.value.indexOf(".", 0) < 0)
    {
        window.alert("Please enter a valid e-mail address.");
        email.focus();
        return false;
    }
	
    return true;
}
//End other Bond Validation Script