function highLightMenuButton(imgObj,filePath,fileName,status){
	imgObj.src= filePath + fileName +status + ".jpg";
}