<!-- Hide the script from old browsers -- 
     document.write("<tr>");
        make_button("vendere", "./vendere.html", 0);
        make_button("comprare", "./comprare.html", 1);
        make_button("chi_siamo", "./chi_siamo.html", 2);
        make_button("contattaci", "./contattaci.html", 3);
        make_button("registrati", "./registrati.html", 4);
     document.write("</tr>");
// --End Hiding Here --> 
