function OpenWindow(page,x,y,win) {
    OpenWin = this.open(page, win, 'toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width="'+x+'",height="'+y+'"');
}

