if (self.name==top.name) 
{ 

document.write('<frameset rows="*,1024,*" border="0" framespacing="0" frameborder="0" margin="0">') 
document.write('<frame scrolling="no" noresize target="principale" marginwidth="0" marginheight="0" src="sfondob.htm">') 
document.write('<frameset cols="*,800,*">') 
document.write('<frame src="sfondob.htm" marginwidth="0" marginheight="0" scrolling="no" target="_self" noresize>') 
document.write('<frame name="centrale" src='+document.location.href+'?a marginwidth="0" marginheight="0" scrolling="auto" noresize>') 
document.write('<frame marginwidth="0" marginheight="0" scrolling="no" noresize src="sfondoc.htm" target="principale">') 
document.write('</frameset>') 

} 
