function verifyInputName(input) {

var tempobj00=input.elements[0];

	if(tempobj00.value == "") {
		//shortFieldName=tempobj00.name.substring(0,30).toUpperCase();
		tempobj00.style.background = "#DDDDDD";
		tempobj00.style.border = "1px solid #FF0000";
		tempobj00.focus();
		alert("Please make sure you've filled in the COMPANY field.");
		return false;
	}
	
var tempobj01=input.elements[1];

	if(tempobj01.value == "") {
		tempobj01.style.background = "#DDDDDD";
		tempobj01.style.border = "1px solid #FF0000";
		tempobj01.focus();
		alert("Please make sure you've filled in the NAME field.");
		return false;
	
	}
	
//var tempobj02=input.elements[2];

//	if(tempobj02.value == "") {
//		tempobj02.style.background = "#DDDDDD";
//		tempobj02.style.border = "1px solid #FF0000";
//		tempobj02.focus();
//		alert("Please make sure you've filled in the TITLE field.");
//		return false;
	
//	}

var tempobj03=input.elements[3];

	if(tempobj03.value == "") {
		tempobj03.style.background = "#DDDDDD";
		tempobj03.style.border = "1px solid #FF0000";
		tempobj03.focus();
		alert("Please make sure you've filled in the ADDRESS field.");
		return false;
	
	}
	

var tempobj04=input.elements[4];

	if(tempobj04.value == "") {
		tempobj04.style.background = "#DDDDDD";
		tempobj04.style.border = "1px solid #FF0000";
		tempobj04.focus();
		alert("Please make sure you've filled in the CITY field.");
		return false;
	
	}

	
var tempobj05=input.elements[5];
	
	if(tempobj05.value == "none") {
		tempobj05.style.background = "#DDDDDD";
		tempobj05.style.border = "1px solid #FF0000";
		tempobj05.focus();
		alert("Please make sure you've filled in the STATE/PROVINCE field.");
		return false;
	
	}
//alert(tempobj05.value)

var tempobj07=input.elements[6];

	if(tempobj07.value == "") {
		tempobj07.style.background = "#DDDDDD";
		tempobj07.style.border = "1px solid #FF0000";
		tempobj07.focus();
		alert("Please make sure you've filled in the POSTAL/ZIP CODE field.");
		return false;
	
	}
	
var tempobj08=input.elements[7];

	if(tempobj08.value == "") {
		tempobj08.style.background = "#DDDDDD";
		tempobj08.style.border = "1px solid #FF0000";
		tempobj08.focus();
		alert("Please make sure you've filled in the COUNTRY field.");
		return false;
	
	}

	
var tempobj11=input.elements[8];

	if(tempobj11.value == "") {
		tempobj11.style.background = "#DDDDDD";
		tempobj11.style.border = "1px solid #FF0000";
		tempobj11.focus();
		alert("Please make sure you've filled in the PHONE field.");
		return false;
	
	}


//var tempobj12=input.elements[9];
//
//	if(tempobj12.value == "") {
//		alert("Please make sure you've filled in the FAX field.");
//		tempobj00.focus();
//		return false;
//	
//	}


var tempobj13=input.elements[10];

	if(tempobj13.value == "") {
		tempobj13.style.background = "#DDDDDD";
		tempobj13.style.border = "1px solid #FF0000";
		tempobj13.focus();
		alert("Please make sure you've filled in the E-MAIL field.");
		return false;
	
	}
	
var tempobj14=input.elements[13];
var tempobj12=input.elements[9];
	alert(tempobj14.value);
	if(tempobj14.checked == true) {
		if(tempobj12.value == "") {
			tempobj12.style.background = "#DDDDDD";
			tempobj12.style.border = "1px solid #FF0000";
			tempobj12.focus();
			alert("To receive information via Fax, please make sure you've filled in the FAX field.");
			return false;
		}
	
	}
	

}

function verifyInputEmployment(input) {

	var objText1 = document.getElementById('txtFirstName');

	if(objText1.value == "") {
		//shortFieldName=tempobj00.name.substring(0,30).toUpperCase();
		objText1.style.background = "#DDDDDD";
		objText1.style.border = "1px solid #FF0000";
		objText1.focus();
		alert("Please make sure you've filled in the FIRST NAME field.");
		return false;
	}
	
	var objText2 = document.getElementById('txtLastName');

	if(objText2.value == "") {
		objText2.style.background = "#DDDDDD";
		objText2.style.border = "1px solid #FF0000";
		objText2.focus();
		alert("Please make sure you've filled in the LAST NAME field.");
		return false;
	
	}
	
	var objText3 = document.getElementById('txtAddress1');

	if(objText3.value == "") {
		objText3.style.background = "#DDDDDD";
		objText3.style.border = "1px solid #FF0000";
		objText3.focus();
		alert("Please make sure you've filled in the ADDRESS field.");
		return false;
	
	}
	
	var objText4 = document.getElementById('txtCity');

	if(objText4.value == "") {
		objText4.style.background = "#DDDDDD";
		objText4.style.border = "1px solid #FF0000";
		objText4.focus();
		alert("Please make sure you've filled in the CITY field.");
		return false;
	
	}
	
	var objText5 = document.getElementById('selProvince');
	
	//alert(objText5.value);
	
	if(objText5.value == "" || objText5.value == "none") {
		objText5.style.background = "#DDDDDD";
		objText5.style.border = "1px solid #FF0000";
		objText5.focus();
		alert("Please make sure you've filled in the PROVINCE field.");
		return false;
	
	}
	
	var objText6 = document.getElementById('txtPostalCode');

	if(objText6.value == "") {
		objText6.style.background = "#DDDDDD";
		objText6.style.border = "1px solid #FF0000";
		objText6.focus();
		alert("Please make sure you've filled in the POSTAL CODE field.");
		return false;
	
	}
	
	var objText7 = document.getElementById('txtHomePhone');

	if(objText7.value == "") {
		objText7.style.background = "#DDDDDD";
		objText7.style.border = "1px solid #FF0000";
		objText7.focus();
		alert("Please make sure you've filled in the HOME PHONE NUMBER field.");
		return false;
	
	}
	
	var objText7 = document.getElementById('txtEmail');
	var objText7b = document.getElementById('txtConfirmEmail');

	if(objText7.value == "") {
		objText7.style.background = "#DDDDDD";
		objText7.style.border = "1px solid #FF0000";
		objText7.focus();
		alert("Please make sure you've filled in the EMAIL ADDRESS field.");
		return false;
	} else {
		if(objText7.value != objText7b.value) {
			objText7.style.background = "#DDDDDD";
			objText7.style.border = "1px solid #FF0000";
			objText7b.style.background = "#DDDDDD";
			objText7b.style.border = "1px solid #FF0000";
			objText7.focus();
			alert("Please make sure you've entered the correct EMAIL ADDRESS.");
			return false;
		}
	}
	
	var objText8 = document.getElementById('selDriversLicense');
	
	//alert(objText8.value);
	
	if(objText8.value == "" || objText8.value == "none") {
		objText8.style.background = "#DDDDDD";
		objText8.style.border = "1px solid #FF0000";
		objText8.focus();
		alert("Please make sure you've filled in the DRIVERS LICENSE field.");
		return false;
	}
	
}