function fillData() {
	document.order.shiptoname.value = document.order.customer_name.value;
	document.order.shiptoaddress.value = document.order.billtoaddress.value;
	document.order.shiptocityStateZip.value = document.order.billtocityStateZip.value;
	document.order.shiptocontact.value = document.order.billtocontact.value;
	document.order.shiptophone.value = document.order.billtophone.value;
	
	
	
}
