function OpenWin (s,t,w,h) {
    window.open(s,t,'width='+w+',height='+h+',scrollbars=no,status=no');
}