/////////////////////////////////////////////////////////////////////// // IMS Customer Sales Support Module Company Status // Copyright 2002 - 2003 IWC, Inc. // Use of any code or techniques described herein is strictly prohibited. /////////////////////////////////////////////////////////////////////// // the total number of active reps you have for your company: var IMStotalReps = 31; // the total number of reps logged on available for chats: var IMStotalRepsOnline = 0; // the total number of chat sessions going on right now: var IMStotalCurrentSessions = 0;