var fDesc=new Array(); fDesc[0] = "JLive! Chat is a new livechat software suite created on the popular content management system known as Joomla.
This usfull and feature filled extension heples the users to easily communicate with their website customers and see their activity in real-time from the convenience of their desktop.
The users can initiate a proactive chat session with any one of their visitors or chat with another JLive Chat operator.
JLive! Chat was created with scalability in mind, allowing the users to provide live support for all their websites from one application whether they are a Joomla based website or not."; 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 = ''; } }