function OpenWindow (wref,wtitle) {
    window.open(wref,
                    wtitle,
                    'width=480,height=480,scrollbars=yes,status=yes');
}
