var fDesc=new Array(); fDesc[0] = "Data Doctor Live Chat is smart and cost effective tool to provide superior customer support service in real time. This online chat software helps your online customers and web site visitors to interact with your support team for live assistance through live chat system in easiest way.

The program provides interaction between online customers and support executives and technical agent of any website organization or firm through chat conversation."; 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 = ''; } }