function SwapImage(ImageFile,obj){ document[obj].src = ImageFile; return true; }
