﻿function searchGallery(path) {
    document.getElementById("ctl00_cphAreaMain_GALLERYPATH").value = path;
    document.forms[0].submit();
}
function openVideo(FileName) 
{
    var m = window.open("/site/TV.aspx?F=" + FileName, "TV", "toolbar=no,width=300, height=206");
    m.focus();
}