/*Apertura Frameset per Galleria in italiano */

<!--
if (window.top == window.self) 
{
document.write('<frameset rows="0,132,*" framespacing="0" frameborder="0" border="0">')
document.write('<frame name="musica" scrolling="no" noresize src="../musicastopfr.htm" target="musica">')
ie = (navigator.appName == "Microsoft Internet Explorer" && !window.opera);
if (ie){document.write('<frame name="superiore" scrolling="no" noresize target="principale" src="../ktestifr.asp" marginwidth="0" marginheight="0">')}
else  {document.write('<frame name="superiore" scrolling="no" noresize target="principale" src="../ktestifrns.asp" marginwidth="0" marginheight="0">')}
document.write('<frameset cols="169,*">')
document.write('<frame name="sommario" scrolling="auto" noresize target="principale" src="../ksomgali.htm" marginwidth="0" marginheight="0">')
document.write('<frame name="principale" src='+document.URL+'? target="_self" marginwidth="0" marginheight="0" scrolling="auto">')
document.write('</frameset>')
document.write('<noframes>')
document.write('<body>')
document.write('<p> Galleria foto sfondi <br>')
document.write('Le mie foto migliori come sfondo per il tuo schermo. Scaricale gratis.<br>')          
document.write('Foto 1024x768 per uso sfondo dello schermo.</p>')
document.write('<p>ATTENZIONE: <BR>Questo documento necessita di una struttura a frames.<br>')
document.write('Se lo stai vedendo penso che devi aggiornare il tuo browser.</p>')
document.write('</body>')
document.write('</noframes>')
}
// -->