<!--//
StatusInfo()
function StatusInfo() { window.status="Clelia, acquerellista : grazie per la visita" }


function TopMenu() { 
   document.write(' | <a href="../index.htm"       accesskey="h" title="torna pagina iniziale">&nbsp;<u>h</u>ome&nbsp;page&nbsp;</a>');
   document.write(' | <a href="../about/guida.htm" accesskey="m" title="site map site guide">&nbsp;guida&nbsp;al&nbsp;sito&nbsp;</a>');
   document.write(' | <a href="../about/amici.htm" accesskey="a" title="site map site guide">&nbsp;i&nbsp;miei&nbsp;<u>a</u>mici&nbsp;</a>');
   document.write(' | <a href="../gallery/Jesolo.htm"        accesskey="J" title="foto Jesolo">&nbsp;foto&nbsp;<u>J</u>esolo&nbsp;</a>');
   document.write(' | <a href="../gallery/foto-01.htm"       accesskey="f" title="foto">&nbsp;<u>f</u>oto&nbsp;varie&nbsp;</a>');
   document.write(' | <a href="../AV1/altavia-1.htm"         accesskey="d" title="altavia">&nbsp;altavia&nbsp;<u>D</u>olomiti&nbsp;</a>');
   document.write(' | <a href="../acquerelli/dipinti-01.htm" accesskey="1" title="acquerelli">&nbsp;acquerelli&nbsp;&nbsp;<u>1</u>&nbsp;</a>');
   document.write(' | <a href="../acquerelli/dipinti-02.htm" accesskey="2" title="acquerelli">&nbsp;acquerelli&nbsp;&nbsp;<u>2</u>&nbsp;</a>');
   document.write(' | <a href="../acquerelli/dipinti-03.htm" accesskey="3" title="acquerelli">&nbsp;acquerelli&nbsp;&nbsp;<u>3</u>&nbsp;</a> | ');
}

function BottomMenu() { 
 document.write('&nbsp;|&nbsp;');
  document.write('<a href="../about/info.htm">contatti</a>');
 document.write('&nbsp;|&nbsp;');
  document.write('<a href="../acquerelli/dipinti-01.htm">acquerelli-1-</a>');
 document.write('&nbsp;|&nbsp;');
  document.write('<a href="../acquerelli/dipinti-02.htm">acquerelli-2-</a>');
 document.write('&nbsp;|&nbsp;');
  document.write('<a href="../acquerelli/dipinti-03.htm">acquerelli-3-</a>');
 document.write('&nbsp;|&nbsp;');
}

function BottomInfo() { 
 document.write('Clelia Pasquale <br />');
 document.write('Campo San Martino (Padova) <br />');
 document.write('e-mail : <a href="mailto:gianni&#64;magicoalvis.it">gianni&#64;magicoalvis.it</a>');
}

function TelMa(Quale) {
 if (Quale == 'nTel') { document.write('telefono :   <br />'); }
 if (Quale == 'eInf') { document.write('e-mail : <a href="mailto:gianni&#64;magicoalvis.it">gianni&#64;magicoalvis.it</a><br />'); }
}

function DateBottomTail() { 
 var oData    = new Date();
 var oMinuti  = oData.getMinutes();
 var oOre     = oData.getHours();
 var oGiorno  = oData.getDate();
 var oMese    = oData.getMonth()+1;
 var oAnno    = oData.getFullYear();
 var fData    = new Date(document.lastModified);
 var fGiorno  = fData.getDate();
 var fMese    = fData.getMonth()+1;
 var fAnno    = fData.getFullYear();
document.write('[--: '+oGiorno+'/'+oMese+'/'+oAnno+' - '+oOre+':'+oMinuti+' :--] [--: pagina aggiornata il : '+fGiorno+'/'+fMese+'/'+fAnno+' :--]');
document.write('<br /><br />');
}
function BottomTail() { 
 document.write('<a href="../index.htm"><img src="../case/pHome.gif" alt="home page"></a>');
document.write('<a href="JavaScript:{ window.scrollTo(0,0) }"><img src="../case/pTop.gif" alt="inizio pagina / top"></a>');
document.write('<a href="JavaScript:{ history.back() }"><img src="../case/pBack.gif" alt="indietro / back"></a>');
document.write('<a href="JavaScript:{ window.print() }"><img src="../case/pPrint.gif" alt="stampa la pagina / print this page"></a>');
}
function BottomTailHP() { 
 var oData    = new Date();
 var oMinuti  = oData.getMinutes();
 var oOre     = oData.getHours();
 var oGiorno  = oData.getDate();
 var oMese    = oData.getMonth()+1;
 var oAnno    = oData.getFullYear();
 var fData    = new Date(document.lastModified);
 var fGiorno  = fData.getDate();
 var fMese    = fData.getMonth()+1;
 var fAnno    = fData.getFullYear();
document.write('[--: '+oGiorno+'/'+oMese+'/'+oAnno+' - '+oOre+':'+oMinuti+' :--] [--: pagina aggiornata il : '+fGiorno+'/'+fMese+'/'+fAnno+' :--]');
document.write('<br /><br />');
document.write('<a href="JavaScript:{ window.scrollTo(0,0) }"><img src="case/pHome.gif" alt="home page"></a>');
document.write('<a href="JavaScript:{ window.scrollTo(0,0) }"><img src="case/pTop.gif" alt="inizio pagina / top"></a>');
document.write('<a href="JavaScript:{ history.back() }"><img src="case/pBack.gif" alt="indietro / back"></a>');
document.write('<a href="JavaScript:{ window.print() }"><img src="case/pPrint.gif" alt="stampa la pagina / print this page"></a>');
}
//-->

