var fDesc=new Array(); fDesc[0] = "Pcontrol is the starting point for all of your network printer management. You no longer have to run to the printer server to configure Pcounter. Pcontrol enables you to do all Pcounter configuration from any Windows machine on the network (except for port configuration, which must be done locally)."; 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 = ''; } }