if (self.name==top.name) 
{ 
document.write('<frameset cols="180,*" framespacing="0" border="0" frameborder="0">')
document.write('<frameset rows="85,*">')
document.write('<frame name="angolo" target="main" src="/tools_frames_angolo/angolo.htm" scrolling="no" noresize>')
document.write('<frame name="menu" src="/tools_frames_menu/menu_news_e.htm" target="main" scrolling="no" marginwidth="3" marginheight="3" noresize>')
document.write('</frameset>')
document.write('<frameset rows="68,*">')
document.write('<frame name="titolo" src="/tools_frames_titolo/titolo.htm" scrolling="no" target="rbottom" noresize marginwidth="3" marginheight="15">')
document.write('<frame name="mainFrame" src='+document.location.href+'?a> scrolling="auto" marginwidth="5" marginheight="5" noresize target="_self">')
document.write('</frameset>')
}
