function OpenNew(page) {
    ret = this.open(page, "CtrlWindow"
             ,"toolbar=1, menubar=1, location=1, scrollbars=1, resize=1");
}
