/*****************************************************************
* Alessandro Lucino   1997 - 2006                                *
* Ingegneria http://web.tiscali.it/ingegneria/                   *
* aleindiano@tiscali.it                                          *
*****************************************************************/
if (window.top == window.self) 
{
/* alert ('Hai richiamato una pagina che fa parte del Sito dell'Ingegneria.\n\n Il sito e\' strutturato in frame . \n\n Deve essere aperto l' intero sito non la singola pagina.\n'); */
document.write('<html><head>')
document.write('<TITLE>Sito Ingegneria Versione ad altissima performance con Frame e Java</TITLE>')
document.write('</head>')
document.write('<frameset cols="200,*" frameborder="0" framespacing="0" border="0" framespacing="0">')
document.write('<frameset rows="120,*" frameborder="0" framespacing="0" border="0">')
document.write('<frame src="clock.html" name="top" scrolling="no" noresize>')
document.write('<frame src="menu.html" name="menu" scrolling="auto" noresize>')
document.write('</frameset>')
document.write('<frameset rows="78,*,1" frameborder="0" framespacing="0" border="0">')
document.write('<frame src="titolo.html" name="titolo" scrolling="no" noresize>')
document.write('<frameset rows="80,*" fameborder="0" framespacing="0" border="0">')
document.write('<frame src="musica.html" name="topFrame" scrolling="no" noresize>')
document.write('<frame src="index.html" name="principale" scrolling="auto">')
document.write('</frameset>')
document.write('</frameset><noframes><body>') 
document.write('<center><br><br>Spiacente ma il tuo browser non supporta i frames scaricane uno pi&ugrave; aggiornato</center>') 
document.write('</body></noframes></frameset></html>') 
}
/*************************************************************
* Alessandro Lucino   1997 - 2006                            *
* Ingegneria http://web.tiscali.it/ingegneria/               *
* aleindiano@tiscali.it                                      *
*************************************************************/
