var fDesc=new Array(); fDesc[0] = "Manager’s Workstation enables supervisors and administrators to perform key functions from a central location. Manager's Workstation integrates with Galaxy products such as Galaxy Point of Sale and Admission Control System for maintaining shift records and controlling turnstile operations and paging. In addition, managers have access to detailed information regarding orders, pass holders, and capacity-managed events."; 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 = ''; } }