
//No Copyright, by MarcoCavicchioli.it
if (self.name==top.name) 
{ 
document.write('<frameset rows="85,423*" cols="*" border="0" framespacing="0" frameborder="NO">')
document.write('<frame name="intestazione" scrolling="no" noresize target="intestazione" src="libri_int.htm" marginwidth="5">')
document.write('<frameset framespacing="false" border="false" frameborder="0" cols="250,1*">')
document.write('<frame name="sommario" target="principale" src="libri_idx.asp" scrolling="auto" marginheight="0" marginwidth="5">')
document.write('<frame name="principale" scrolling="auto" marginwidth="0" marginheight="0" src='+document.location.href+'?a>')
document.write('</frameset>')
}