chatbox


  // Put together an array for the dialog
      
          chatmax = 5;                                                // number of lines / 2
          chatpoint = 0;
          chatter = new Array(chatmax);