var l = location.href;
var posto =l.substr(l.lastIndexOf("/")+1).split(/[?#]/)[0];
document.writeln('<ul>');
document.writeln('<li>');
if (posto!='index.htm') {
document.writeln('<a target="_top" href="index.htm">');
}
document.writeln('Home Page');
if (posto!='index.htm') {
document.writeln('</a>');
}
document.writeln('</li>');
document.writeln('<li>');
if (posto!='dove_siamo.htm') {
document.writeln('<a target="_top" href="dove_siamo.htm">');
}
document.writeln('Dove siamo');
if (posto!='dove_siamo.htm') {
document.writeln('</a>');
}
document.writeln('</li>');
document.writeln('<li>');
if (posto!='contatti.htm') {
document.writeln('<a target="_top" href="contatti.htm">');
}
document.writeln('Contatti');
if (posto!='contatti.htm') {
document.writeln('</a>');
}
document.writeln('</li>');
document.writeln('<li>');
if (posto!='link_utili.htm') {
document.writeln('<a target="_top" href="link_utili.htm">');
}
document.writeln('Link utili');
if (posto!='link_utili.htm') {
document.writeln('</a>');
}
document.writeln('</li>');
document.writeln('<li>');
if (posto!='mostraapparta.php?contratto=Affitto&dacapo=index.htm') {
document.writeln('<a target="_top" href="mostraapparta.php?contratto=Affitto&dacapo=index.htm">');
}
document.writeln('Offerte affitto');
if (posto!='mostraapparta.php?contratto=Affitto&dacapo=index.htm') {
document.writeln('</a>');
}
document.writeln('</li>');
document.writeln('<li>');
if (posto!='mostraapparta.php?contratto=Vendita&dacapo=index.htm') {
document.writeln('<a target="_top" href="mostraapparta.php?contratto=Vendita&dacapo=index.htm">');
}
document.writeln('Offerte vendita');
if (posto!='mostraapparta.php?contratto=Vendita&dacapo=index.htm') {
document.writeln('</a>');
}
document.writeln('</li>');
document.writeln('</ul>');

