function redirectForm(form){
form.action = 'http://www.farleyprinting.com/cgi-bin/estimate.pl';
form.submit();
}