function mOver(what,n) 
{
  if (what.isdown) n=0;
  what.src = what.src.substr(0,what.src.length-5)+n+".gif";
  what.isover = n;
}

