var fDesc=new Array(); fDesc[0] = "The software also permits control of the Public Display according to a specified schedule, and can send e-mail when an error has occurred with the Public Display.PC Control Utility PD controls the power on/off switching, the input signal switching, and other functions of the connected Public Displays and manages the usage time and wide variety of other information."; 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 = ''; } }