// JavaScript Document
 var stile2 = "top=10, left=10, width=1020, height=710, status=yes, menubar=no, toolbar=no, scrollbar=yes";
     function Catalogo(apri) {
        window.open(apri, "", stile2);
     }
 var stile3 = "top=10, left=10, width=1020, height=710, status=yes, menubar=no, toolbar=no, scrollbar=yes";
     function Refin(apri) {
        window.open(apri, "", stile3);
     }
