function contactez() {
if (document.ca.breakdown.value=="") {
    alert("SVP appuyez sur le bouton &laquo;soumettre&raquo;, ou appelez 1-800-777-1927 / 514-878-8273");
    } else 
         {alert(breakdown);}  
}
function contactus() {
if (document.ca.breakdown.value=="") {
    alert("Please press the button to submit your quote request, or call 1-800-777-1927 / 514-878-8273");
    } else 
         {alert(breakdown);}  
}
