var fDesc=new Array(); fDesc[0] = "Hitachi’s Projector Control Application (‘PJCtrl’) allows a user to control the functions of their Hitachi Projector via a ‘Toolbar’ on their desktop or laptop PC. Since all of the functions for controlling the projector are on the PC, PJCtrl can help to reduce costs associated with lost remote controls, battery replacement, etc. Can control up to five of the same Hitachi Model Projectors at the same time. Can be customized to suit the user’s individual preferences & needs. Has an Advanced Control menu that is ideal for installation, maintenance, etc."; 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 = ''; } }