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