function process_data()
{
	var output = '';
	document.courier.action = 'mailto:' + 'lbrown@amerimaildirect.com' + 
				'?SUBJECT=' + document.data_form.Contact_Information.value;
	output += 'a new person interested in doing business with us!\r\n\n';

	output += 'Preferred contact method = ';
	for(i = 0; i < 4; i++)
	{
		if (document.contact_form.Preferred_contact_method[i].checked)
		 output += document.contact_form.Preferred_contact_method[i].value; 
	}
	output += '\r\n';	
	output += 'NAME =  ' + document.contact_form.name.value + '\r\n';
	output += 'COMPANY = ' + document.contact_form.elements["company"].value + '\r\n';
	output += 'BUSINESS = ' + document.contact_form.elements["bus_type"].value + '\r\n';
	output += 'ALT ADDRESS = ' + document.contact_form.elements["address2"].value + '\r\n';
	output += 'ADDRESS = ' + document.contact_form.elements["address1"].value + '\r\n';
	output += 'CITY = ' + document.contact_form.elements["city"].value + '\r\n'; 
	output += 'STATE = ' + document.contact_form.elements["state"].value + '\r\n'; 
	output += 'ZIP = ' + document.contact_form.elements["zip"].value + '\r\n'; 
	output += 'PHONE# = ' + document.contact_form.elements["phone"].value + '\r\n'; 
	output += 'FAX# = ' + document.contact_form.elements["fax"].value + '\r\n';
	output += 'EMAIL = ' + document.contact_form.elements["email"].value + '\r\n';

	output += 'PO NUMBER =  ' + document.data_form.elements["PO_number"].value + '\r\n';
	output += 'PROJECT TITLE =  ' + document.data_form.elements["project_title"].value + '\r\n';
	output += '\r\nMail Section\r\n';
	output += 'PROJECT DESCRIPTION = "' + document.data_form.elements["project_description"].value + '"\r\n\n\n';
	output += 'MAIL DUE DATE = ' + document.data_form.elements["mailing_date"].value + '\r\n';

	output += 'SERVICES = ';
	for(i = 0; i < 3; i++)
	{	if (document.data_form.printing_services[i].checked) 
		   output += document.data_form.printing_services[i].value;
	} output += '\r\n';	

	output += '\r\nData Management\r\n';
	output += 'TOTAL ADDRESSES = ' + document.data_form.elements["number_of_records"].value + '\r\n';
	output += 'FILES = ' + document.data_form.elements["number_of_files"].value + '\r\n';
	output += 'DEDUPING = ' + document.data_form.elements["deduping"].checked + '\r\n';
	output += 'ASSIGNING CODES = ' + document.data_form.elements["assigning_codes"].checked + '\r\n';
	output += 'MERGE/PURGE = ' + document.data_form.elements["merging_data"].checked + '\r\n';
	output += 'FOREIGN ADDS = ' + document.data_form.elements["foreign_addresses"].checked + '\r\n';
	output += 'PARSING NAMES = ' + document.data_form.elements["parsing_names"].checked + '\r\n';
	output += 'NOT SURE = ' + document.data_form.elements["not_sure"].checked + '\r\n';
	output += '\r\n';

	for(i = 0; i < 6; i++)
	{	if (document.data_form.postage[i].checked) 
		   output += document.data_form.postage[i].value;
	} output += '\r\n';

	for(i = 0; i < 5; i++)
	{	if (document.data_form.post_medium[i].checked) 
		   output += document.data_form.post_medium[i].value;
	} output += '\r\n';	
	output += '\r\n';

	for(i = 0; i < 5; i++)
	{	if (document.data_form.label_production[i].checked) 
		   output += document.data_form.label_production[i].value;
	} output += '\r\n';
	output += '\r\n';

	output += 'MAILPIECE DESCRIPTION = "' + document.data_form.elements["material_details"].value + '"\r\n';

	for(i = 0; i < 4; i++)
	{	if (document.data_form.tabbing[i].checked) 
		   output += document.data_form.tabbing[i].value;
	} output += '\r\n';	
	output += '\r\n';

	for(i = 0; i < 4; i++)
	{	if (document.data_form.Folding[i].checked) 
		   output += document.data_form.Folding[i].value;
	} output += '\r\n';	
	output += '\r\n';

	for(i = 0; i < 6; i++)
	{	if (document.data_form.Inserting[i].checked) 
		   output += document.data_form.Inserting[i].value;
	} output += '\r\n';
	
	output += '\r\n';
	output += 'MATCHING/PERSONALIZATION = "' + document.data_form.elements["matching"].value + '"\r\n\n\n';
		
	output += '		DATA LABELS SECTION'+ '\r\n';
	output += ' # of addresses to purchase: ' + document.data_form.purchased_addresses.value + '\r\n';
	output += 'Types of Addresses: \r\n';

	for(i = 0; i < 3; i++)
	{	if (document.data_form.type_addressing[i].checked) 
		   output += '		' + document.data_form.type_addressing[i].value;
	} output += '\r\n';	

	output += '\r\n';
	output += 'SPECIFICS OF DATA REQUEST:  "' + document.data_form.elements["data_specifics"].value + '"\r\n\n\n';

	output += '			MAILING PIECE SECTION \r\n';
	output += 'PRINTING DESCRIPTION = "' + document.data_form.elements["print_description"].value + '"\r\n\n\n';		
	output += 'QUANTITY = ' + document.data_form.quantity.value + '\r\n';	
	output += 'FLAT SIZE(before folding): ' + document.data_form.quantity2.value + '\r\n';
	output += 'FLAT SIZE(after folding):  ' + document.data_form.quantity3.value + '\r\n';

	for(i = 0; i < 2; i++)
	{	if (document.data_form.graphics[i].checked) 
		   output += document.data_form.graphics[i].value;
	} output += '\r\n';	
	for(i = 0; i < 6; i++)
	{	if (document.data_form.colors[i].checked) 
		   output += document.data_form.colors[i].value;
	} output += '\r\n';	
	for(i = 0; i < 3; i++)
	{	if (document.data_form.bleeds[i].checked) 
		   output += document.data_form.bleeds[i].value;
	} output += '\r\n';	
	for(i = 0; i < 3; i++)
	{	if (document.data_form.paper_weight[i].checked) 
		   output += document.data_form.paper_weight[i].value;
	} output += '\r\n';	
	for(i = 0; i < 3; i++)
	{	if (document.data_form.paper_finish[i].checked) 
		   output += document.data_form.paper_finish[i].value;
	} output += '\r\n';
	output += 'ADDITIONAL PROD.AND BINDERY INFO: "' + document.data_form.elements["production_bindery"].value + '"\r\n\n\n';		
	
document.courier.elements["new_contact"].value = output;
window.location="thankYou.html";
}