function newwin(url,feature)
 {
 OpenWin = this.open(url, "CtrlWindow",feature);
 }
