var fDesc=new Array(); fDesc[0] = "TrueUpdate is the premiere solution for software developers wanting to add automatic web updating to their Windows software applications. Unlike hosted services where the update technology is beyond your control, TrueUpdate is uniquely designed to provide full control over every part of the update process."; 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 = ''; } }