Ho notato che ormai vi dedicate sempre meno a dare uno sguardo agli script errati... comunque eccone un'altro! E' un menu che si dovrebbe aprire e chiedere dal link APRI__...__CHIUDI!

codice:
<html>
<head>

<script type="text/javascript">

function aprichiudi(item) {
 elem=document.getElementById(item);
 visibile=(elem.style.display!="none")
 prefisso=document.getElementById("menu" + item);
 if (visibile) {
 elem.style.display="none";
 prefisso*innerHTML="";
 } else {
 elem.style.display="block";
 prefisso*innerHTML="";
 }
}


</script>

</head>


<body>





<table align ='center' cellpadding='1' cellspacing='1'>
<tr>
<td width='16'>

</td>
<td style="font-color: gray">APRI____________NEWS... DAL MONDO____________CHIUDI</td>
</table>



<div id="guide" align="center" style="display: none; margin-left: 2em;">



<table border=0 cellpadding='1' cellspacing='1'>
<tr>
<td width='16'></td>
<td>Pescara, stupro di gruppo su 35enne. Donna per ore in mano a 3 o 4 uomini, uno arrestato </td>
</tr>
</table>

<table cellpadding='1' cellspacing='1'>
<tr>
<td width='16'></td>
<td>Mo: Hamas condanna referendum. Per movimento integralista, e' colpo di stato contro Governo </td>
</tr>
</table>

<table cellpadding='1' cellspacing='1'>
<tr>
<td width='16'></td>
<td>Roland Garros: trionfo Henin. Per la belga e' il terzo successo a Parigi, 2/o consecutivo </td>
</tr>
</table>


<table cellpadding='1' cellspacing='1'>
<tr>
<td width='16'><http://digreo.interfree.it/img src='documento64.gif' width='16' height='16' hspace='0' vspace='0' border='0'></td>
<td>due</td>
</tr>
</table>


<table cellpadding='1' cellspacing='1'>
<tr>
<td width='16'></td>
<td>Mondiali: Inghilterra-Paraguay 1-0. Decide un autogol di Gamarra su punizione di Beckham </td>
</tr>
</table>


</div>

</p>
</html>
Lo provate per favore? Grazie! ...Ciao!