<!-- Begin

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

var w3clogo	  = "yes"	// SHOW W3C VALID LOGO

document.write('<br>');


document.write('<a href="home.html">Homepage</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="chisiamo.html">Chi siamo</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="pdf/Licenza.pdf" target="_blank">Licenza EagleFox</a>');


document.write('&nbsp;|&nbsp;');

document.write(' <a href="contatti.html">Contatti</a>');

document.write('<br>');

   if (w3clogo == "yes") {
document.write('<br><a href="http://www.eaglefox.it/en/home.html"><img src="w3c.gif" alt="Versione Inglese" border="0" vspace="1"></a><br>');
}
document.write('<br><br>Copyright &copy; ');


// EDIT THE NEXT LINE


document.write(' Eagle &amp; Fox INVESTIGAZIONI | P.iva 03158770366</a><br>');


document.write('<br>');



var allweb	  = "yes"	


   if (allweb == "yes") {
document.write('<a href="http://www.webdesignmodena.com" target="_blank"> 2007 All Web Design Modena</a><br>');
}


//  End -->
