Questo è il codice di ie piu giu c'è quello in ns :
<script language="JavaScript">
function f(pag_dx){
<!--
pag=pag_dx.value;

parent.destra.location.href="primenu.asp?pagd="+ pag;
parent.sinistra.location.href="menu2.asp?pags="+ pag;

//sfondom.jpg
}
-->

</script>


<BODY bgcolor=#E1ECB2>

<DIV style="position:relative; top:auto;">
<TABLE width="100%" height="100%" >
<TR><TD onclick="f(this)" value="1" NAME=link width="100%"><SPAN onMouseOver="this.style.color='#FF3300'; " style="color:#460000; font-style:italic; font-size:x-small; font-family:arial; font-weight:bold " onMouseOut=this.style.color='#460000'>Il Luogo</SPAN></TD></TR><TR><TD onclick="f(this)" value="2" NAME=link width="100%"><SPAN onMouseOver="this.style.color='#FF3300'; " style="color:#460000; font-style:italic; font-size:x-small; font-family:arial; font-weight:bold " onMouseOut=this.style.color='#460000'>Dove Siamo</SPAN></TD></TR><TR><TD onclick="f(this)" value="3" NAME=link width="100%"><SPAN onMouseOver="this.style.color='#FF3300'; " style="color:#460000; font-style:italic; font-size:x-small; font-family:arial; font-weight:bold " onMouseOut=this.style.color='#460000'>Ospitalità</SPAN></TD></TR><TR><TD onclick="f(this)" value="4" NAME=link width="100%"><SPAN onMouseOver="this.style.color='#FF3300'; " style="color:#460000; font-style:italic; font-size:x-small; font-family:arial; font-weight:bold " onMouseOut=this.style.color='#460000'>Il Territorio</SPAN></TD></TR><TR><TD onclick="f(this)" value="5" NAME=link width="100%"><SPAN onMouseOver="this.style.color='#FF3300'; " style="color:#460000; font-style:italic; font-size:x-small; font-family:arial; font-weight:bold " onMouseOut=this.style.color='#460000'>Attività e Servizi</SPAN></TD></TR><TR><TD onclick="f(this)" value="6" NAME=link width="100%"><SPAN onMouseOver="this.style.color='#FF3300'; " style="color:#460000; font-style:italic; font-size:x-small; font-family:arial; font-weight:bold " onMouseOut=this.style.color='#460000'>Foto</SPAN></TD></TR><TR><TD onclick="f(this)" value="7" NAME=link width="100%"><SPAN onMouseOver="this.style.color='#FF3300'; " style="color:#460000; font-style:italic; font-size:x-small; font-family:arial; font-weight:bold " onMouseOut=this.style.color='#460000'>Prezzi e Prenotazioni</SPAN></TD></TR>
</TABLE>

</DIV>
</BODY>
</HTML>

Questo è quello di ns:

<html>
<head>
<title> </title>
<style type="text/css">
<!--

A{text-decoration : none}
-->
</style>
</head>

<script language="JavaScript">
function f(pag_dx){
<!--
pag=pag_dx.value;

parent.destra.location.href="primenu.asp?pagd="+ pag;
parent.sinistra.location.href="menu2.asp?pags="+ pag;

//sfondom.jpg
}
-->

</script>


<body bgcolor=#E1ECB2>

<div style="position:relative; top:auto;">
<table width="100%" height="100%" >
<tr><td onclick="f(this)" value="1" NAME=link width="100%"><span onMouseOver="this.style.color='#FF3300'; " style="color:#460000; font-style:italic; font-size:x-small; font-family:arial; font-weight:bold " onMouseOut=this.style.color='#460000'>Il Luogo</span></td></tr><tr><td onclick="f(this)" value="2" NAME=link width="100%"><span onMouseOver="this.style.color='#FF3300'; " style="color:#460000; font-style:italic; font-size:x-small; font-family:arial; font-weight:bold " onMouseOut=this.style.color='#460000'>Dove Siamo</span></td></tr><tr><td onclick="f(this)" value="3" NAME=link width="100%"><span onMouseOver="this.style.color='#FF3300'; " style="color:#460000; font-style:italic; font-size:x-small; font-family:arial; font-weight:bold " onMouseOut=this.style.color='#460000'>Ospitalità</span></td></tr><tr><td onclick="f(this)" value="4" NAME=link width="100%"><span onMouseOver="this.style.color='#FF3300'; " style="color:#460000; font-style:italic; font-size:x-small; font-family:arial; font-weight:bold " onMouseOut=this.style.color='#460000'>Il Territorio</span></td></tr><tr><td onclick="f(this)" value="5" NAME=link width="100%"><span onMouseOver="this.style.color='#FF3300'; " style="color:#460000; font-style:italic; font-size:x-small; font-family:arial; font-weight:bold " onMouseOut=this.style.color='#460000'>Attività e Servizi</span></td></tr><tr><td onclick="f(this)" value="6" NAME=link width="100%"><span onMouseOver="this.style.color='#FF3300'; " style="color:#460000; font-style:italic; font-size:x-small; font-family:arial; font-weight:bold " onMouseOut=this.style.color='#460000'>Foto</span></td></tr><tr><td onclick="f(this)" value="7" NAME=link width="100%"><span onMouseOver="this.style.color='#FF3300'; " style="color:#460000; font-style:italic; font-size:x-small; font-family:arial; font-weight:bold " onMouseOut=this.style.color='#460000'>Prezzi e Prenotazioni</span></td></tr>

</table>

</div>
</body>
</html>