﻿function ChangeImage(imagename, imageoffset) {
    document.getElementById("ctl00_ContentPlaceHolder1_imgProperty").src = imagename;
}
