function Start(page, width, height) {
feature = "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no," + "width=" + width + ",height=" + height + ",left=200,top=200";
OpenWin = this.open(page, "CtrlWindow", feature);
}