<!---

var sfondo;

document.write ('<table width="891" height="100%" border="0" cellspacing="0" cellpadding="0" align="center">');
document.write ('<tr>   <td width="170" height="24" valign="top"><img src="../stuff/bordoaltosx.gif" width="170" height="24"></td>');
document.write (' <td width="720" height="20" rowspan="2" class="panelB"><h1 align="center">'+title+'</h1>');
document.write ('</td>    <td width="1"></td>  </tr>  <tr> ');
document.write ('<td rowspan="2" valign="top" bgcolor="6666cc" class=panelA><table width="130" align="right">');
document.write ('<tr>   <td width="129" valign="top"><br> <br> <br> <br> <br> <br> <br> <br> ');
document.write ('<br> <b><font  color ="#bebebe" size ="4px"> MENU\'</font></b><br> ');

for (i=0; i<scritta.length; i++)	{
		if (scritta[i].indexOf(".htm") != -1 || scritta[i].indexOf(".php") != -1 ) {
				document.writeln ('<strong><a href="'+scritta[i]+'">');
				document.writeln (testo[i]+'</a></strong><br>');} else {document.writeln ("<br><strong><font class='graytitle'>" + testo[i]+"</font></strong><br>");}
    }

document.write ('<br><br><strong><a href="../"><h2>BACK</h2></a><strong>');
document.write ('</td>   </tr>   </table></td> <td height="61"></td> </tr> <tr> ');
document.write ('<td  valign="top">');
document.write ('<table width="90%" height="100%" border="0" cellspacing="0" cellpadding="0" align="center"');

if ( sfondo != undefined ) {document.write ('background="'+sfondo+'"');
			}
			

document.write('> <tr> <td valign="top"><br> ');

//--->