if (window.top == window.self) 
{
document.write('<frameset framespacing="0" border="0" cols="252,*" frameborder="0">')
document.write('<frame name="sinistra" scrolling="no" noresize target="superioredx" src="pulsanti.htm">')
document.write('<frameset rows="110,*">')
document.write('<frame name="superioredx" target="inferioredx" scrolling="no" src="testata.htm">')
document.write('<frame name="inferioredx" src='+document.URL+'? target="_self">')
document.write('</frameset>')
}
 