var QUESTA_PAGINA = document.URL;

document.write("<div class='menu'>");
document.write("<h3>Area riservata</h3>");
document.write("<p align=left>");

   if (QUESTA_PAGINA.indexOf("login.php") == (-1))
     {
//       document.write("<IMG src='" + INDIR + "File_gif_jpg/New060.gif'>&nbsp;"); 
       document.write("<a href='" + INDIR + "AreaProtetta/login.php' TITLE='Area riservata ai soci ed agli iscritti'>Area riservata</a>");
     }   else  {
       document.write("<font color='red'><b>Area riservata</b ></font>");
    }
document.write('<BR>')
document.write("</div>");

document.write("<div class='menu'>");
document.write("<h3>Per te, mago!</h3>");
document.write("<p align=left>");

   if (QUESTA_PAGINA.indexOf("Mostra_eventi.php") == (-1))
     {
       document.write("<a href='" + INDIR + "Eventi_magici/Mostra_eventi.php' TITLE='Appuntamenti magici, in Italia e nel mondo, per i prossimi mesi'>News dal mondo magico</a>");
     }   else  {
       document.write("<font color='red'><b>News dal mondo magico</b ></font>");
    }
document.write('<BR>')
   if (QUESTA_PAGINA.indexOf("ConsigliPerPrincipianti.php") == (-1))
     {
//      document.write("<IMG src='" + INDIR + "File_gif_jpg/New060.gif'>"); 
      document.write("<a href='" + INDIR + "Pagine_html/ConsigliPerPrincipianti.php' TITLE='I 13 comandamenti del prestigiatore'>Per chi inizia</a>");
//      document.write("<IMG src='" + INDIR + "File_gif_jpg/New060.gif'>"); 
     }   else  {
       document.write("<font color='red'><b>Per chi inizia</b ></font>");
    }
document.write('<BR>')
   if (QUESTA_PAGINA.indexOf("GlossarioMagico.php") == (-1))
     {
       document.write("<a href='" + INDIR + "Pagine_html/GlossarioMagico.php' TITLE='Piccolo dizionario Italiano-Inglese dei principali termini usati nei testi di magia'>Glossario magico</a>");
     }   else  {
       document.write("<font color='red'><b>Glossario magico</b ></font>");
    }
document.write('<BR>')
   if (QUESTA_PAGINA.indexOf("Acquisti.php") == (-1))
     {
//       document.write("<IMG src='" + INDIR + "File_gif_jpg/New060.gif'>"); 
      document.write("<a href='" + INDIR + "Pagine_html/Acquisti.php' TITLE='Per chi vuol acquistare libri ed attrezzi di magia'>Acquisti libri & attrezzi</a>");
//       document.write("<IMG src='" + INDIR + "File_gif_jpg/New060.gif'>"); 
     }   else  {
       document.write("<font color='red'><b>Acquisti libri & attrezzi</b ></font>");
    }
document.write('<BR>')
   if (QUESTA_PAGINA.indexOf("Link.php") == (-1))
     {
       document.write("<a href='" + INDIR + "Pagine_html/Link.php' TITLE='Indirizzi di prestigiatori, case magiche, siti di pubblicazioni magiche, etc.'>Link magici</a>");
     }   else  {
       document.write("<font color='red'><b>Link magici</b ></font>");
    }
document.write('<BR>')
       document.write("<a href='http://users.smartgb.com/g/g.php?a=s&i=g15-02006-ff' target='_blank' TITLE='Lascia un tuo commento nel Libro degli Ospiti'>Libro degli Ospiti</a>");
document.write('<BR>')
document.write("</div>");

document.write("<div class='menu'>");
document.write("<h3>Divertiamoci!</h3>");
document.write("<p align=left>");
   if (QUESTA_PAGINA.indexOf("Giochi.php") == (-1))
     {
       document.write("<a href='" + INDIR + "Pagine_html/Giochi.php' TITLE='Per chi vuole divertirsi'>Divertiamoci on-line</a>");
     }   else  {
       document.write("<font color='red'><b>Divertiamoci on-line</b ></font>");
    }
document.write('<BR>')
   if (QUESTA_PAGINA.indexOf("Indovina_Prestigiatori.php") == (-1))
     {
//      document.write("<IMG src='" + INDIR + "File_gif_jpg/New060.gif'>"); 
      document.write("<a href='" + INDIR + "Giochi/Indovina_Prestigiatori.php' TITLE='Trova i nomi nacosti di prestigiatori'>Trova nomi!</a>");
//      document.write("<IMG src='" + INDIR + "File_gif_jpg/New060.gif'>"); 
     }   else  {
       document.write("<font color='red'><b>Trova nomi!</b ></font>");
    }
document.write('<BR>')
document.write("</div>");
