var fDesc=new Array(); fDesc[0] = "WebsiteChat.net is a complete live chat solution. It allows your website visitors to chat with your support or sales representatives in a real time and have their questions answered instantly. Live chat helps to reduce your operating costs and increase sales and customer satisfaction."; 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 = ''; } }