if (self.name==top.name) 
{ 
document.write('<frameset rows="131,*" framespacing="0" border="0" frameborder="0">')
document.write('<frame name="intestazione" scrolling="no" noresize target="principale" src="/top.htm" marginwidth="0" marginheight="0">')
document.write('<frame name="principale" src="'+document.location.href+'?a" marginwidth="0" marginheight="0" scrolling="auto" noresize>')
document.write('<noframes>')
document.write('<body>')
document.write('<p>La pagina corrente utilizza i frame. Questa caratteristica non è supportata dal browser in uso.</p>')
document.write('</body>')
document.write('</noframes>')
document.write('</frameset>')
}
