function camOn(theID)
{
  document.images['camera'+theID].src='images/fleche.gif';
  return false;
}

function camOff(theID)
{
  document.images['camera'+theID].src='images/fleche0.gif';
  return false;
}
