var fDesc=new Array(); fDesc[0] = "OCC keeps live chat support software affordable, with packages providing all the tools needed to support your website visitors. Pay annually, never monthly!
You now have the ability to email the entire chat transcript from individual chats found in your chat history. This is available through all the OCC Agents and the Chat History section in the administration section."; 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 = ''; } }