var fDesc=new Array(); fDesc[0] = "PHP Live! - PHP Live! (© OSI Codes Inc.) enables live chat with your website visitors. PHP Live! works on all major browsers with no additional software installation required. Some clients have deployed the solution for their intranet communication and other firms have successfully increased their sales and improved their customer relations by providing real-time live chat assistance."; 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 = ''; } }