   function help(HelpCenter) {
            OpenWin = this.open(HelpCenter, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,width=515,height=500");
   }
   
   function Start(cc) {
            OpenWin = this.open(cc, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,width=215,height=425");
   }

   function exit(exitNumbers) {
            OpenWin = this.open(exitNumbers, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,width=515,height=600");
   }
   
   function topo(topoLegend) {
            OpenWin = this.open(topoLegend, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,width=300,height=500");
   }
   function polls(mqPolls) {
            OpenWin = this.open(mqPolls, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,width=400,height=500");
   }
