<style type="text/css">
<!--
.menu {font-family:Arial; font-weight:bold}
.menu a{
text-decoration:none;
color:black;
}
-->
</style>
<script language="javascript">
<!--
function movein(which,html){
which.style.background='coral'
if (document.getElementById)
document.getElementById("boxdescription").innerHTML=html
else
boxdescription.innerHTML=html
}
function moveout(which){
which.style.background='bisque'
if (document.getElementById)
document.getElementById("boxdescription").innerHTML=' '
else
boxdescription.innerHTML=' '
}
//-->
</script>
<table bgcolor="black" border="1" bordercolor="ivory"
cellpadding="2" cellspacing="0">
<tr>
<td class="menu" bordercolor="black" id="choice1"
style="background-color:bisque; cursor:hand" onMouseOver="movein(this,'La
versió electrónica de Pòrtula')"
onMouseOut="moveout(this)"">
<a href="http://www.portula.net/">Pòrtula
Marratxí M@il</a></td>
</tr>
<td class="menu" bordercolor="black" id="choice2"
style="background-color:bisque; cursor:hand" onMouseOver="movein(this,'Quin
temps fa a Sa Cabaneta')" onMouseOut="moveout(this)">
<a href="http://www.mallorcaweb.net/sacabaneta/">El
Temps a Sa Cabaneta</a></td>
</tr>
<td class="menu" bordercolor="black" id="choice3"
style="background-color:bisque; cursor:hand" onMouseOver="movein(this,'Pàgina
de la coral...')" onMouseOut="moveout(this)"><a
href="http://www.portula.net/coral.htm">Sa Cabaneta.net</a></td>
</tr>
<td class="menu" bordercolor="black" id="choice4"
style="background-color:bisque; cursor:hand" onMouseOver="movein(this,'Tot
el que volgueu sebre sobre aquest vehicle')" onMouseOut="moveout(this)"><a
href="http://www.mallorcaweb.net/renault8/">El rincon
del Renault 8</a></td>
</tr>
<tr>
<td bordercolor="black" bgcolor="ivory" height="18"><font
id="boxdescription" face="Verdana" size="2"></font></td>
</tr>
</table>