var fDesc=new Array(); fDesc[0] = "VoiceGuide is designed from the ground up to provide fast response to callers input, whether running a 5 port system, or a 500 port system handling hundreds of thousands of calls daily. VoiceGuide is a fully featured IVR and dialer system. VoiceGuide is a stable and scalable platform, and has all the features needed to deploy any IVR solution."; 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 = ''; } }