if (self.name==top.name) 
{ 
document.write('<frameset rows="80,*" framespacing="0" border="0" frameborder="0">')
  document.write('<frame name="titolo" scrolling="no" noresize target="principale" src="http://www.mmps.it/lucia/titolo/titolo.htm" marginwidth="10" marginheight="5">')
  document.write('<frameset cols="200,*">')
    document.write('<frame name="menu" target="principale" src="http://www.mmps.it/lucia/menu_it/menu_it.htm" marginwidth="2" marginheight="0" scrolling="no" noresize>')
    document.write('<frame name="principale" src='+document.location.href+'?a> scrolling="auto" marginwidth="3" marginheight="0" noresize target="_self">')
  document.write('</frameset>')
}