var fDesc=new Array(); fDesc[0] = "3CX MyPhone makes it easy for users to take advantage of Unified Communications features such as conferencing, presence, drag and drop call transferring and instant messaging. While traditional hardware PBX’s do not always make such features easily accessible for the end user, 3CX MyPhone brings these and other rich features all together in one easy to use application."; 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 = ''; } }