function ApriFinestra() {
   msg=open("","schermo","toolbar=no,directories=no,menubar=no,width=400,height=380,resizable=no");
   msg.document.write("<HEAD><TITLE>Spiegazione Titoli</TITLE></HEAD><body>");
   msg.document.write("Titoli in ordine di importanza<hr>");
   
   msg.document.write("EX2 = Eccellente secondo<br>");
   msg.document.write("EX1 = Eccellente primo<br>");
   msg.document.write("NOM = Nomination<BR>");
   msg.document.write("BIV = Migliore di varieta'<BR>");
   msg.document.write("BOS = Migliore del sesso opposto<br>");
   msg.document.write("BIS = Best in show<br>");
   msg.document.write("BOB = Best of best<br>");
   msg.document.write("<br>");
   msg.document.write("Titoli per i campionati<hr>");
   msg.document.write("CAC = Campione nazionale (3 CAC)<br>");
   msg.document.write("CACIB = Campione Internazionale (2 Italia/1 estero)<br>");
   msg.document.write("CAGCIB = Gran Campione Internazionale (4 Italia/2 estero)<BR>");
   msg.document.write("CACE = Campione Europeo (7 Italia/2 estero)<BR>");
   msg.document.write("Per i gatti neutri ci vogliono lo stesso numero di gare. <br>");
   msg.document.write("Le sigle sono rispettivamente CAP, CAPIB, CAGPIB e CAPE.<br>");
   
}

