var fDesc=new Array(); fDesc[0] = "Visual Rapport is an intuitive integrated visual communication console that provides real time employee telephone status, instant messaging, email, screen pop, call logging and file transfer all under one roof.
Visual Rapport boasts a very dynamic interface that puts your communication information right at your fingertips. The visual communication console gives you accessibility to everyone in your organization instantly."; 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 = ''; } }