﻿function searchGallery(path) {
    document.getElementById("ctl00_cphAreaMain_GALLERYPATH").value = path;
    document.forms[0].submit();
}