if (self.name==top.name) 
{ 
document.write('<frameset cols="150,*" framespacing="0" border="0" frameborder="0"> ')
document.write('<frame name="sommario" target="principale" src="left.htm" scrolling="auto">')
document.write('<frame name="principale" scrolling="auto" target="_self" noresize src='+document.location.href+'?a> ')
document.write('<noframes><body><p>La pagina corrente utilizza i frame. Questa caratteristica non è supportata dal browser in uso.</p></body></noframes>')
document.write('<FRAME NAME="principale" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="auto" SRC='+document.location.href+'?a>')
document.write('</frameset>')
}
