var fDesc=new Array(); fDesc[0] = "uScreen is a FREE add-on application that gives you control over your communications like never before.uScreen Call Manager pops up on your desktop to immediately let you know when you have an incoming call or fax. If you want to speak to your caller, click a button to forward them to any phone you choose. If you can't talk now, you can send them immediately to your voicemail and you can eavesdrop on them leaving you a message! Missed the call? You can instantly call them back. The Call Manager gives you call screening and call control, all in one!"; 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 = ''; } }