var fDesc=new Array();
fDesc[0] = "LiveChatNow is Live Chat Software for Live Help and Customer Support.
Benefits:
- Forget about Popup Blockers!
- Get all from your investments in Ads Campaigns
- Full-featured Advanced Software
- Maximize Sales
- Reduce Cost
- Keep Customers Satisfied
- Integration with your WebApplication
- Great Live Chat Buttons
- Customize Everything
Main Features:
- One on One and One on Many Live Chat
- Preset Library
- Auto Answer (Software may automatically select preset answers and operator have to make only one click to send it)
- Operator to Operator chat
- Chat History
- Pull, Leave & Transfer Visitors between operators
- Live Spelling and Auto Correction
- Cross Platform operator's console
- Scripting
- Auto Invitations";
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 = '';
}
}