var fDesc=new Array(); fDesc[0] = "healthbridge notifications is and application that enables the user to receive news, add calendar events and more directly on your desktop. This small but handy utility helps the user stay up to speed with the news without having to go to the online sites."; 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 = ''; } }