function fullwin()	{
	resizeTo(screen.width,screen.height); 
	moveTo(0,0); 
	if(self.location!=top.location){ 
//		top.location.href="http://www.herbitaeditrice.it";
		top.location.href="http://www.herbitaeditrice.it/default.asp";
	}
} 
function crea(centro) { 
		if(self.name==top.name){ 
	document.write('<HTML><HEAD><TITLE>Casa Editrice Herbita</TITLE></HEAD>'); 
	document.write('<Frameset Cols="120,*" frameborder="NO" border="0" framespacing="0">');
  	document.write('<Frame name="menubar" src="files_2004/menubar.asp" noresize scrolling="NO">');
	document.write('<Frameset Rows="80,*" frameborder="NO" border="0" framespacing="0">'); 
	document.write('<Frame name="logo" src="files_2004/top.htm" noresize scrolling="NO">');
  	document.write('<Frame name="intro" src="'+centro+'" noresize scrolling="AUTO">');
	document.write('<NOFRAMES><BODY><P>Ancora con questo vecchio browser? Aggiornati!!</P></BODY></NOFRAMES>'); 
	document.write('</FRAMESET>'); 
	document.write('</FRAMESET>'); 
	document.write('</HTML>'); 
			}
	} 
