function fMenuImageChange(oObj, iImgNum)
 {
  if(iImgNum == 2)
   oObj.src = "files/arrow2.jpg";
  else
   oObj.src = "files/arrow.jpg";
 }