var fDesc=new Array(); fDesc[0] = "Live Chat is a great way to have support on your website or to talk live to your visitors. CoffeeCup Live Chat has a built-in wizard, so you don't need to know Flash or even HTML to use it. Just upload and add the link to your site. When you have the program open, your visitors will chime in when they want to chat. If you close the program, they will receive a message that you are currently not available."; 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 = ''; } }