function billship_onclick(cfm)
{
	if (cfm.billship.checked == true)
	{
		cfm.sfirst.value = cfm.first.value;
		cfm.slast.value = cfm.last.value;
		cfm.scompany.value = cfm.company.value;
		cfm.sadd1.value = cfm.add1.value;
		cfm.sadd2.value = cfm.add2.value;
		cfm.scity.value = cfm.city.value;
		cfm.sstate.value = cfm.state.value;
		cfm.szip.value = cfm.zip.value;
		cfm.scountry.value = cfm.country.value;
		cfm.sphone.value = cfm.phone.value;
		cfm.sfax.value = cfm.fax.value;
	}else{
		cfm.sfirst.value = "";
		cfm.slast.value = "";
		cfm.scompany.value = "";
		cfm.sadd1.value = "";
		cfm.sadd2.value = "";
		cfm.scity.value = "";
		cfm.sstate.value = "AL";
		cfm.szip.value = "";
		cfm.scountry.value = "";
		cfm.sphone.value = "";
		cfm.sfax.value = "";
	}
} // End of Function

function checksubmissionform(cfm)
{
	if (cfm.billship.checked == true)
	{
		cfm.sfirst.value = cfm.first.value;
		cfm.slast.value = cfm.last.value;
		cfm.scompany.value = cfm.company.value;
		cfm.sadd1.value = cfm.add1.value;
		cfm.sadd2.value = cfm.add2.value;
		cfm.scity.value = cfm.city.value;
		cfm.sstate.value = cfm.state.value;
		cfm.szip.value = cfm.zip.value;
		cfm.scountry.value = cfm.country.value;
		cfm.sphone.value = cfm.phone.value;
		cfm.sfax.value = cfm.fax.value;
	}

	if (cfm.first.value ==""){
		alert("You must enter a Billing First Name...");
		cfm.first.focus();
		return false;}
		
	if (cfm.last.value ==""){
		alert("You must enter a Billing Last Name...");
		cfm.last.focus();
		return false;}

	if (cfm.phone.value ==""){
		alert("You must enter a Billing Phone Number...");
		cfm.phone.focus();
		return false;}
		
	if (cfm.sfirst.value ==""){
		alert("You must enter a Shipping First Name...");
		cfm.sfirst.focus();
		return false;}
		
	if (cfm.slast.value ==""){
		alert("You must enter a Shipping Last Name...");
		cfm.slast.focus();
		return false;}

	if (cfm.sphone.value ==""){
		alert("You must enter a Shipping Phone Number...");
		cfm.sphone.focus();
		return false;}

	if (cfm.email.value ==""){
		alert("You must enter your Email Address...");
		cfm.email.focus();
		return false;}
		
	if (cfm.referred_by.value == ""){
		alert("Please help us by letting us know how you found us...");
		cfm.referred_by.focus();
		return false;}
		
	if (cfm.File1.value !=""){
		if (cfm.button_1_type.value == ""){
			alert("If you have entered a artwork file you must specify the button size and quantity...");
			cfm.button_1_type.focus();
			return false;}
		if (cfm.button_1_amount.value == ""){
			alert("If you have entered an artwork file you must specify the button amount...");
			cfm.button_1_amount.focus();
			return false;}
		}
	if (cfm.File2.value !=""){
		if (cfm.button_2_type.value == ""){
			alert("If you have entered a artwork file you must specify the button size and quantity...");
			cfm.button_2_type.focus();
			return false;}
		if (cfm.button_2_amount.value == ""){
			alert("If you have entered an artwork file you must specify the button amount...");
			cfm.button_2_amount.focus();
			return false;}
		}
	if (cfm.File3.value !=""){
		if (cfm.button_3_type.value == ""){
			alert("If you have entered a artwork file you must specify the button size and quantity...");
			cfm.button_3_type.focus();
			return false;}
		if (cfm.button_3_amount.value == ""){
			alert("If you have entered an artwork file you must specify the button amount...");
			cfm.button_3_amount.focus();
			return false;}
		}
	if (cfm.File4.value !=""){
		if (cfm.button_4_type.value == ""){
			alert("If you have entered a artwork file you must specify the button size and quantity...");
			cfm.button_4_type.focus();
			return false;}
		if (cfm.button_4_amount.value == ""){
			alert("If you have entered an artwork file you must specify the button amount...");
			cfm.button_4_amount.focus();
			return false;}
		}
	if (cfm.File5.value !=""){
		if (cfm.button_5_type.value == ""){
			alert("If you have entered a artwork file you must specify the button size and quantity...");
			cfm.button_5_type.focus();
			return false;}
		if (cfm.button_5_amount.value == ""){
			alert("If you have entered an artwork file you must specify the button amount...");
			cfm.button_5_amount.focus();
			return false;}
		}
	if (cfm.button_1_type.value == ""){
		alert("If you are enquiring about a button type you must first select one along with a quantity...");
		cfm.button_1_type.focus();
		return false;}
		
	if (cfm.button_1_type.value != ""){
		if (cfm.button_1_amount.value == ""){
			alert("You must enter the button quantity...");
			cfm.button_1_amount.focus();
			return false;}
		}
	if (cfm.button_2_type.value != ""){
		if (cfm.button_2_amount.value == ""){
			alert("You must enter the button quantity...");
			cfm.button_2_amount.focus();
			return false;}
		}
	if (cfm.button_3_type.value != ""){
		if (cfm.button_3_amount.value == ""){
			alert("You must enter the button quantity...");
			cfm.button_3_amount.focus();
			return false;}
		}
	if (cfm.button_4_type.value != ""){
		if (cfm.button_4_amount.value == ""){
			alert("You must enter the button quantity...");
			cfm.button_4_amount.focus();
			return false;}
		}
	if (cfm.button_5_type.value != ""){
		if (cfm.button_5_amount.value == ""){
			alert("You must enter the button quantity...");
			cfm.button_5_amount.focus();
			return false;}
		}
	if (cfm.pddmonth.value == ""){
		alert("You must enter a due date month.");
		cfm.pddmonth.focus();
		return false;
		}
	if (cfm.pddday.value == ""){
		alert("You must enter a due date day.");
		cfm.pddday.focus();
		return false;}
		  
	if (cfm.pddmonth.value == "ASAP"){
		cfm.pddday.value = "ASAP";}
} //End of Function
