function OpenImageGallery(GroupCode, Lang) {
    window.open('../Dialogs/ImageGalleryBrowser.aspx?GroupCode=' + GroupCode + '&Lang=' + Lang, 'Gallery', 'menu = no , status = no , height = 720, width = 657');
}
function VideoPopup() {
    window.open("http://www.dakotasecurity.ro/Resources/Video/popup.html", "myWindow", "status = 1, height = 576, width = 720, resizable = 0")
}
