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