<script type="text/javascript">
function coords(el){
var c={x: 0, y: 0};
while (el) {
c.x+=el.offsetLeft;
c.y+=el.offsetTop;
el=el.offsetParent;
}
return c;
}
function zumma(na){
switch(na)
{
case 1:
unzumma(2);
unzumma(3)
break;
case 2:
unzumma(1);
unzumma(3)
break;
case 3:
unzumma(2);
unzumma(1)
break;
}
document.getElementById("layer"+na).style.top=coor ds(document.getElementById("imma"+na)).y-89;
document.getElementById("layer"+na).style.left=coo rds(document.getElementById("imma"+na)).x-89;
document.getElementById("layer"+na).style.visibili ty="visible";
}
function unzumma(na) {
document.getElementById("layer"+na).style.visibili ty="hidden";
}</script>
<div id="layer1" style="z-index:100;position:absolute; width:380px; height:380px; visibility:hidden" onMouseOut="unzumma(1)" onClick="MM_goToURL('parent','pagina1.htm');return document.MM_returnValue"> ---animaz.flash--- </div>
<div id="layer2" style="z-index:100;position:absolute; width:380px; height:380px; visibility:hidden" onMouseOut="unzumma(2)" onClick="MM_goToURL('parent','pagina2.htm');return document.MM_returnValue"> ---animaz.flash--- </div>
<div id="layer3" style="z-index:100;position:absolute; width:380px; height:380px; visibility:hidden" onMouseOut="unzumma(3)" onClick="MM_goToURL('parent','pagina3.htm');return document.MM_returnValue"> ---animaz.flash--- </div>
[img]pippo.gif[/img]
[img]pluto.gif[/img]
[img]topolino.gif[/img]