var fDesc=new Array(); fDesc[0] = "MyPBX Client is an application that provides fully integrated unified communications for SMBs. With MyPBX Client the user is able to see the status or presence of the other users, click to call from the phonebook or Microsoft Outlook, see missed, inbound and outbound calls, create and manage conference calls, schedule call tasks, check voicemails and recordings."; 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 = ''; } }