function request_threadformer_design_assistance() {
	var to = "threadformer" + "@" + "superiordieset.com";
	var subject = "Threadformer Design Assistance";
	var body = "Please furnish the following Threadformer Design Assistance:\n\n" +
	           "Specific Plastic Name: ????\n\n" +
	           "Thread Pitch including shrink: ????\n\n" +
	           "Thread Diameter: ????\n\n" +
	           "Mold Temperature: ????\n\n" +
	           "Stroke Length: ????\n\n" +
	           "Number of starts to thread: ????\n\n" +
	           "Right hand or Left hand Thread: ????\n\n" +
	           "Customer to supply CAD file showing preliminary mold design.\n\n" +
	           "Superior accepts all CAD files\n(STP, PDF) Preferred\n\n" +
	           "Name: \n" +
	           "Company: \n" +
	           "Address: \n" +
	           "City: \n" +
	           "State: \n" +
	           "Zip: \n" +
	           "Telephone: \n\n";

	var doc = "mailto:" + to + "?subject=" + escape(subject) + "&body=" + escape(body);
	window.location = doc;
} // request_threadformer_design_assistance()

function request_tunnel_gate_design_assistance() {
	var to = "tunnelgates" + "@" + "superiordieset.com";
	var subject = "Tunnel Gate Design Assistance";
	var body = "Please furnish the following Tunnel Gate Design Assistance:\n\n" +
	           "Specific Plastic Name: ????\n\n" +
	           "Part Weight: ????\n\n" +
	           "Number of Cavities: ????\n\n" +
	           "Customer to supply CAD file showing part and suggested gate point.\n\n" +
	           "Superior accepts all CAD files\n(STP, PDF) Preferred\n\n" +
	           "Name: \n" +
	           "Company: \n" +
	           "Address: \n" +
	           "City: \n" +
	           "State: \n" +
	           "Zip: \n" +
	           "Telephone: \n\n";

	var doc = "mailto:" + to + "?subject=" + escape(subject) + "&body=" + escape(body);
	window.location = doc;
} // request_tunnel_gate_design_assistance()

