function callForm() {
 
  document.customerserviceform.submit();

}



function billingForm() {

  document.budgetbillingform.submit();

}




































