function window_open(s1, s2, width, height) {
    window.open(s1, s2, "Toolbar=0, Location=0, Directories=0, Status=0, Menubar=0, Scrollbars=0, Resizable=0, Copyhistory=1, Width="+width+", Height="+height );
}
