if (self.name==top.name) 
{ 
document.write('<FRAMESET border=1 cols=* frameBorder=yes frameSpacing=1 rows=*,86%>')
  document.write('<FRAME frameBorder=no marginHeight=1 name=topFrame noResize scrolling=no src="../intestazione.htm">')
  document.write('<FRAMESET border=0 cols=13%,72% frameBorder=NO frameSpacing=0 rows=*>')
    document.write('<FRAME frameBorder=no name=leftFrame noResize src="../barra.htm">')
    document.write('<FRAMESET border=0 cols=72%,15% frameBorder=NO frameSpacing=0>')
      document.write('<FRAME frameBorder=no name=mainFrame src='+document.location.href+'?a>')
      document.write('<FRAMESET border=0 frameBorder=NO frameSpacing=0 rows=20,*>')
        document.write('<FRAME id=framepallino name=framepallino noResize scrolling=no src="../Framepallino.htm">')
        document.write('<FRAME name=rightFrame noResize scrolling=no src="../MenuScorrevole.htm">')
      document.write('</FRAMESET>')
    document.write('</FRAMESET>')
  document.write('</FRAMESET>')
document.write('</FRAMESET>')
}

