function OpenWin(psurl) {
    win = window.open(psurl);
}
