var fDesc=new Array(); fDesc[0] = "PTP Administrator Utility is an application that allows you to change the network publisher's settings. It can also be used as an activator since it has the capability of activating various applications. The built-in modules allow you to automatically scan the network for the Publisher."; 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 = ''; } }