//
// If the MonitorActive is set to true then Sightmax will track visitors
// to the SIMSWeb server.  If it is set to false, then it will not track them.
//
var MonitorActive = false;
//
//
if (MonitorActive)
{
   var ChatURL = 'http://chat.simsware.com:8080/SightMaxAgentInterface/Monitor.smjs?accountID=1&siteID=2&queueID=3';
   document.write('<script language="Javascript" src="'+ChatURL+'"></script>');
}
