function chgImgImageSubmit(fileName,imgObj){
imgObj.src = fileName;
}
