var fDesc=new Array(); fDesc[0] = "Alive Chat is the easy Live Chat solution for your website. Visitors can immediately chat with someone at your company who can answer all their questions, all in real time. Alive Chat is an on-demand, pay as you go, no contract, cancel anytime software solution that requires no downloads or installations to get up and running."; 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 = ''; } }