var fDesc=new Array(); fDesc[0] = "VisitorChat gives you a fully-featured live chat for your sites, and there are no recurring fees. Best of all: you also get a Windows-client out-of-the-box.

VisitorChat was developed to run and tested on all major browsers. This means that, no matter what browser your visitors are using, they will all have the same live chat experience.

In addition to a web-based operator interface, VisitorChat also comes with a native Windows-based client. This way, you can start talking to your visitors from your desktop's system tray."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }