A grandi linee la funzione LinkOverIn imposti l'azione da fare con LinkOverOut la eliminicodice:<area coords="coordinate area..." id="NewYork" shape="poly" title="NY" href="#" onmouseover="LinkOverIn(this)" onmouseout="LinkOverOut(this)"> New York function LinkOverIn(stato){ document.getElementById(stato).... document.getElementById('Link'+stato).... } function LinkOverOut(stato){ document.getElementById(stato).... document.getElementById('Link'+stato).... }![]()