function hire_a_chef(){
var links = 'http://www.chef2chef.net/contacts/cele_email.php?name='+document.cele_form.name.value+'&email='+document.cele_form.email.value+'&phone='+document.cele_form.phone.value+'&company='+document.cele_form.company.value+'&bud_min='+document.cele_form.budget_min.value+'&bud_max='+document.cele_form.budget_max.value+'&date='+document.cele_form.date.value+'&location='+document.cele_form.location.value+'&service='+document.cele_form.service.value+'&comment='+document.cele_form.comment.value;
window.open(links,'_blank','height=200,width=400');
}