function mOvr(src,clrOver) {
if (!src.contains(event.fromElement)) {
src.style.cursor = 'hand';
src.bgColor = clrOver;
}
}
function mOut(src,clrIn) {
if (!src.contains(event.toElement)) {
src.style.cursor = 'default';
src.bgColor = clrIn;
}
}
/*Script Developed by Marcos Scaianschi. If you want to use the script, please leave this 
comment as it is. If you are interested in an original work like this please contact e-mail: mjs22@adinet.com.uy */
function swap(flag,id){

  if(id==1) ctry="hover_eng";
  else if (id==2) ctry="hover_fr";
  else if (id==3) ctry="hover_it";
  else if (id==4) ctry="still_eng";
  else if (id==5) ctry="still_fr";
  else if (id==6) ctry="still_it";
  else if (id==7) ctry="hover_inscriviti";
  else if (id==8) ctry="inscriviti";
  else if (id==9) ctry="hover_button5";
  else if (id==10) ctry="normal_button5";
 if(document.images)
 document.getElementById(flag).src = "images/"+ctry+".gif";
}
/* End of the Script */

