﻿function open_win(t) {
    if ((t) && (t != null)) {
        pWindow = open(t, "imgOffice", "width=400,height=300,menubar=no,scrollbars=no,resizable=no");
        pWindow.focus();
    }
}

