var fDesc=new Array(); fDesc[0] = "WSMS is a simple and friendly to use 1-on-1 live chatting system. It is designed like a live chat support service to your web site. It is one thing to have a simple One-on-One chat system but a rather a more complicated system if you want to give a bunch of users (Client side) access to a list of supporters (Support side). The system is designed to be as simple to use but with good features. The visiting client does not need to install any software and uses his standard browser. On the support side, there is a Windows application.

Who needs a system like WSMS ?: Every web site that has an online virtual shop, a business web site that has customers needing immediate support/attention, an ISP that needs to support his user, a library, book shops... The uses for such a system are endless.

What does it help you ?: With a simple installation give your customers a fast and cheep direct contact to you. No telephone bills, no waste of fax paper, answer your client immediately. Catch a client that does not know exactly what he wants, help him decide by giving him confidants and good service/advice."; 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 = ''; } }