var fDesc=new Array(); fDesc[0] = "ProVision is a powerful PC-based provisioning tool that facilitates cost-efficient implementation of Communication Manager, Messaging applications, and SIP Servers. ProVision delivers significant productivity improvements that translate directly into huge time savings, and corresponding cost reductions. This allows you to install more systems in less time – helping your business to realize more profit."; 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 = ''; } }