function replaceImage(sElementID,sImagePath){
	getObject(sElementID).src = sImagePath
}
