var fDesc=new Array(); fDesc[0] = "Projector Toolset is a free, user-friendly package that helps you manage your Barco projectors easily and quickly from one central location, through the network or RS232 connection. Comprising various tools for brightness settings, diagnostics, image adjustment, picture-in-picture and image control, the Projector Toolset is an indispensable tool for efficient visualization management."; 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 = ''; } }