<!--
if (self.name==top.name) 
{ 
document.write('<frameset framespacing="0" border="0" cols="155,*" frameborder="0">')
document.write('<frame name="sinistra" scrolling="no" noresize target="superioredx" src="./sommario.htm" marginwidth="0" marginheight="0">')
document.write('<frameset rows="42,*">')
document.write('<frame name="superioredx" target="inferioredx" marginwidth="0" marginheight="0" scrolling="no" noresize src='+document.location.href+'?a>')
document.write('<frame name="inferioredx" target="_self" marginwidth="30" marginheight="20" scrolling="auto" noresize src="./pagina_iniziale/iniziale.htm">')
document.write('</frameset>')
document.write('</frameset>')
}
//-->
