/* web-link: http://web-link.it */
/* if(self.name==top.name) */
if (window.top == window.self) 
{
/* window.alert("Sito strutturato a frames"); */
/* location.href="../index.html" */
document.write('<frameset COLS="140,*" frameborder="no" scrolling="NO" noresize>')
	document.write('<FRAME NAME="leftframe" SRC='+document.location.href+'? NORESIZE>')
	document.write('<FRAME NAME="mainframe" SRC="mainpage.php">')	
document.write('</frameset>')
}
