<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="top-menu-area">');
document.write('<tr><td align="right" nowrap>');
var QUESTA_PAGINA = document.URL;


document.write(' | ');

if (QUESTA_PAGINA.indexOf("index.html") == (-1))
{
    document.write('<a href="index.html" class="menu-top">home</a> | ');
}
else
{
    document.write('<span class="menu-topcurrent">home</span> | ');
}



// NOTE: COPY AND PASTE THE NEXT LINE TO MAKE A NEW LINK



if (QUESTA_PAGINA.indexOf("risorse.htm") == (-1))
{
    document.write('<a href="risorse.htm" class="menu-top">risorse</a> | ');
}
else
{
    document.write('<span class="menu-topcurrent">risorse</span> | ');
}



if (QUESTA_PAGINA.indexOf("site_map.htm") == (-1))
{
    document.write('<a href="site_map.htm" class="menu-top">site map</a> | ');
}
else
{
    document.write('<span class="menu-topcurrent">site_map</span> | ');
}



if (QUESTA_PAGINA.indexOf("contatti.htm") == (-1))
{
    document.write('<a href="contatti.htm" class="menu-top">contatti</a> | ');
}
else
{
    document.write('<span class="menu-topcurrent">contatti</span> | ');
}



// END MENU LINKS


document.write('</td></tr></table>');



//  End -->