var fDesc=new Array(); fDesc[0] = "The system is controlled with Page Server, an easy to use package that allows the user to create lists of pages for display on any of the 255 supported noticeboard channels by simply dragging and dropping a page from the master list of pages on the system. It also has page creation facilities built into it for creating simple message pages."; 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 = ''; } }