var pth; var vdir; var vdx; var vid; var mytimer;
if (pth=='.'){pth=''}else{pth='../'};

document.writeln('<link rel=\"shortcut icon\" href=\"' + pth + 'favicon.ico\">');
document.writeln('<style type=\"text/css\">');
document.writeln('a.arrw {text-decoration: none;}');
document.writeln('a.arrw:hover {border: 0;}'); /************* importante per IE *************/
document.writeln('a.arrw span {position:relative; display: none;color:brown; background:beige; padding:0 4px; border:1px solid brown}');
document.writeln('a.arrw span {left:-105px;}');
document.writeln('a.arrw:hover span {display: inline;}');

document.writeln('#menu a, #menu span  {');
document.writeln('text-decoration:none;');
document.writeln('font:bold 13px Arial;');
document.writeln('white-space:nowrap; border-right:1px dashed lavender; padding:1px 8px; }');
document.writeln('#menu span {cursor:default;}');
document.writeln('#b0, #b1, #b2, #b3, #b4, #b5, #b6 {display:none;}');
document.writeln('.naev {color:#4653A5;}');
document.writeln('.saev {color:#B4002A;}');
document.writeln('a.naev:hover, .vover {color:#092368; background: #A6B4DA;}');
document.writeln('.mrglt {margin-left: 4px; border-right:1px dashed lavender;}');
document.writeln('.riga {margin:1px; padding:0; width:100%; font-size:0; height:1px; line-height:1px; border-bottom:1px dashed lavender;}');
document.writeln('</style>');

cda = new Array('a1', 'a2', 'a3', 'a4', 'a5', 'a6');
cdb = new Array(
'a11', 'a12', 'a13', 'a14', 'a15',
'a21', 'a22', 'a23', 'a24', 'a25', 'a26',
'a31', 'a32', 'a33', 'a34', 'a35', 'a36', 'a37', 'a38',
'a41', 'a42', 'a43', 'a44', 'a45', 'a46', 'a47',
'a51', 'a52', 'a53', 'a54', 'a55', 'a56',
'a61', 'a62', 'a63'
);

function shw(vid) {
  if (vid == null) {vid = 'b0'};
  vvid='a'+vid.substr(1,1);
  for (i=0; i<=6; i=i+1) {
    document.getElementById('b'+i).style.display='none';
  }
  for (i=1; i<=6; i=i+1) {
    document.getElementById('a'+i).className='naev';
  }
  document.getElementById(vid).style.display='block';
  document.getElementById(vvid).className='vover';
  if (vdx != null) {
    vara='a'+vdx.substr(1,1);
    document.getElementById(vara).className='saev';
  }
}

function naw(varid) {
  vara=varid.substr(0,2);
  vdxb='b'+varid.substr(1,1);
  for (i=0; i<=6; i=i+1) {
    document.getElementById('b'+i).style.display='none';
  }
  document.getElementById(vdxb).style.display='block';
  for (i=1; i<=(cdb.length); i=i+1) {
    n=i-1;
    numid=(cdb[n]);
    document.getElementById(numid).className='naev';
  }
  document.getElementById(varid).className='saev';
  for (e=1; e<=(cda.length); e=e+1) {
    m=e-1;
    numid1=(cda[m]);
    document.getElementById(numid1).className='naev';
  }
  document.getElementById(vara).className='saev';
}

function noshw() {
  mytimer = setTimeout("shw(vdx)",1000);
}

function old() {
  clearTimeout(mytimer);
}


function wpop(file,vw,vh){
  var v_file = "img/" + file; var pop=window.open('','name','height='+vh+',width='+vw);
  pop.document.writeln('<html><head><title>Dettagli</title>');
  pop.document.writeln('<script type=\"text/javascript\">window.onblur=function() {window.close()}</script>');
  pop.document.writeln('</head><body style=\" margin:0;  background-image: url(' + v_file + '); background-repeat: no-repeat; background-position: left top\" onClick=\'window.close()\'>');
  pop.document.writeln('<a href=\"#\"><img title=\" chiusura automatica \" src=\"' + pth + 'fx/pix.gif\" width=\"99%\" height=\"99%\" border=\"0\"></a></body></html>');
  pop.moveTo(0,0); pop.document.close();
}

function tmenu() {
document.writeln('<a name=\"alto\"></a>');
document.writeln('<table width=\"760\" height=\"120\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" background=\"'+pth+'fx/bglogo1.gif\" align=\"center\">');
document.writeln('<TR><TD valign=\"top\"><a href=\"'+pth+'index.htm\">');
document.writeln('<img style=\"margin:7px 0 14px 25px\" src=\"'+pth+'fx/pix.gif\" width=\"320\" height=\"52\" border=\"0\"'); 
document.writeln('title=\"Pagina iniziale\"></a>');
document.writeln('<div id=\"menu\" onmousemove=\"old()\" onmouseout=\"noshw()\">');
document.writeln('<div><span class=\"mrglt\">&nbsp;</span><span');
document.writeln('id=\"a1\" class=\"naev\" onmouseover=\"shw(\'b1\')\">Generalit&agrave;</span><span');
document.writeln('id=\"a2\" class=\"naev\" onmouseover=\"shw(\'b2\')\">Iniziare</span><span');
document.writeln('id=\"a3\" class=\"naev\" onmouseover=\"shw(\'b3\')\">Guida</span><span');
document.writeln('id=\"a4\" class=\"naev\" onmouseover=\"shw(\'b4\')\">Pratica</span><span');
document.writeln('id=\"a5\" class=\"naev\" onmouseover=\"shw(\'b5\')\">Dettagli</span><span');
document.writeln('id=\"a6\" class=\"naev\" onmouseover=\"shw(\'b6\')\">My Foxmail</span></div>');
document.writeln('<div class=\"riga\">&nbsp;</div>');
document.writeln('<div id=\"b0\"><a style=\"border:none\" name id=\"a0\"></a>&nbsp;</div>');
document.writeln('<div id=\"b1\"><span class=\"mrglt\">&nbsp;</span>');
document.writeln('<a id=\"a11\" class=\"naev\" href=\"'+pth+'gen/descrizione.htm\">Descrizione</a><a ');
document.writeln('id=\"a12\" class=\"naev\" href=\"'+pth+'gen/versioni.htm\">Versioni</a><a ');
document.writeln('id=\"a13\" class=\"naev\" href=\"'+pth+'gen/links.htm\">Links&amp;Download</a><a ');
document.writeln('id=\"a14\" class=\"naev\" href=\"'+pth+'faq/index.htm\">FAQ</a><a ');
document.writeln('id=\"a15\" class=\"naev\" href=\"'+pth+'cerca.htm\">Cerca</a>');
document.writeln('</div>');
document.writeln('<div id=\"b2\"><span class=\"mrglt\">&nbsp;</span>');
document.writeln('<a id=\"a21\" class=\"naev\" href=\"'+pth+'iniziare/install.htm\">Installazione</a><a ');
document.writeln('id=\"a22\" class=\"naev\" href=\"'+pth+'iniziare/newexe.htm\">1&ordf; Esecuzione</a><a ');
document.writeln('id=\"a23\" class=\"naev\" href=\"'+pth+'iniziare/new_id.htm\">1&ordf; Identit&agrave;</a><a ');
document.writeln('id=\"a24\" class=\"naev\" href=\"'+pth+'iniziare/finestre.htm\">Finestre</a><a ');
document.writeln('id=\"a25\" class=\"naev\" href=\"'+pth+'iniziare/read.htm\">Ricezione</a><a ');
document.writeln('id=\"a26\" class=\"naev\" href=\"'+pth+'iniziare/send.htm\">Invio</a>');
document.writeln('</div>');
document.writeln('<div id=\"b3\"><span class=\"mrglt\">&nbsp;</span>');
document.writeln('<a id=\"a31\" class=\"naev\" href=\"'+pth+'guida/propr_id.htm\">Identit&agrave;</a><a ');
document.writeln('id=\"a32\" class=\"naev\" href=\"'+pth+'guida/cartelle.htm\">Cartelle</a><a ');
document.writeln('id=\"a33\" class=\"naev\" href=\"'+pth+'guida/regole.htm\">Regole</a><a ');
document.writeln('id=\"a34\" class=\"naev\" href=\"'+pth+'guida/modelli.htm\">Modelli</a><a ');
document.writeln('id=\"a35\" class=\"naev\" href=\"'+pth+'guida/remota.htm\">Posta remota</a><a ');
document.writeln('id=\"a36\" class=\"naev\" href=\"'+pth+'guida/express.htm\">E-mail Express</a><a ');
document.writeln('id=\"a37\" class=\"naev\" href=\"'+pth+'guida/foxhot.htm\">FoxHot</a><a ');
document.writeln('id=\"a38\" class=\"naev\" href=\"'+pth+'guida/freepops.htm\">FreePOPs</a>');
document.writeln('</div>');
document.writeln('<div id=\"b4\"><span class=\"mrglt\">&nbsp;</span>');
document.writeln('<a id=\"a41\" class=\"naev\" href=\"'+pth+'pratica/struttura.htm\">Struttura</a><a ');
document.writeln('id=\"a42\" class=\"naev\" href=\"'+pth+'pratica/backup.htm\">Backup</a><a ');
document.writeln('id=\"a43\" class=\"naev\" href=\"'+pth+'pratica/sec_priv.htm\">Sicurezza</a><a ');
document.writeln('id=\"a44\" class=\"naev\" href=\"'+pth+'pratica/import.htm\">Importazione</a><a ');
document.writeln('id=\"a45\" class=\"naev\" href=\"'+pth+'pratica/export.htm\">Esportazione</a><a ');
document.writeln('id=\"a46\" class=\"naev\" href=\"'+pth+'pratica/rete.htm\">In rete</a><a ');
document.writeln('id=\"a47\" class=\"naev\" href=\"'+pth+'pratica/foxtool.htm\">FoxTool</a>');
document.writeln('</div>');
document.writeln('<div id=\"b5\"><span class=\"mrglt\">&nbsp;</span>');
document.writeln('<a id=\"a51\" class=\"naev\" href=\"'+pth+'dettagli/archivi.htm\">Gli archivi</a><a ');
document.writeln('id=\"a52\" class=\"naev\" href=\"'+pth+'dettagli/messaggio.htm\">Il messaggio</a><a ');
document.writeln('id=\"a53\" class=\"naev\" href=\"'+pth+'dettagli/html.htm\">HTML</a><a ');
document.writeln('id=\"a54\" class=\"naev\" href=\"'+pth+'dettagli/merge.htm\">Mail-merge</a><a ');
document.writeln('id=\"a55\" class=\"naev\" href=\"'+pth+'dettagli/firme.htm\">Firme casuali</a><a ');
document.writeln('id=\"a56\" class=\"naev\" href=\"'+pth+'dettagli/suggerimenti.htm\">Suggerimenti</a>');
document.writeln('</div>');
document.writeln('<div id=\"b6\"><span class=\"mrglt\">&nbsp;</span>');
document.writeln('<a id=\"a61\" class=\"naev\" onclick=\"naw(\'a61\');\" href=\"'+pth+'about.htm\">Queste pagine...</a><a ');
document.writeln('id=\"a62\" class=\"naev\" onclick=\"naw(\'a62\');\" href=\"'+pth+'updates.htm\">Aggiornamenti</a><a ');
document.writeln('id=\"a63\" class=\"naev\" onclick=\"naw(\'a63\');\" href=\"'+pth+'scrivimi.htm\">Scrivimi</a>');
document.writeln('</div>');
document.writeln('</div>');
/*document.writeln('<div class=\"riga\">&nbsp;</div>');*/
document.writeln('</td></tr></table>');
document.writeln('<SCRIPT type=text/javascript src=\"'+pth+'fx/nav.js\"></SCRIPT>');
}

function tbottom() {
if (vdx=='b1'){vdir='gen'};
if (vdx=='b2'){vdir='iniziare'};
if (vdx=='b3'){vdir='guida'};
if (vdx=='b4'){vdir='pratica'};
if (vdx=='b5'){vdir='dettagli'};
if (vdx=='b6'){vdir='main'};
document.writeln('<table class=\"menu\" width=\"760\" height=\"20\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" background=\"'+pth+'fx/bgbottom.gif\" align=\"center\">');
document.writeln('<tr><td>&nbsp;</td></tr></table>');
document.writeln('<script type=\"text/javascript\" src=\"'+pth+'fanKounter/counter.js.php?id='+vdir+'&mode=hidden\"></script>');
document.writeln('<br>');
}

function mymail(){
indirizzo='<span title=\"clicca qui per scrivermi\"><a onmouseover=\"this.style.backgroundColor=\'#FFCFCF\'; '
+'window.status='+'\'maito:ReZ\'; return'+' true\"'+' onmouseout=\"this.style.backgroundColor=\'transparent\'; '+'\window.status='+'\'\';'+' return true\"'
+' href='+'\"mai'+'lto&#58;'+'&#34;R'+'eZ&#34;'+'&#32;&#60;'+'re'+'z&#64;zs'+'pa'+'ce'+'&#46;it'+'&#62;'+'&#63;subject=Foxmail...\"'
+'><img width=\"116\" height=\"20\" border=\"1\" src=\"fx/em.gif\" align=\"absmiddle\"></a></span>'
document.write(indirizzo)
}

/************************************************************/

