var fDesc=new Array(); fDesc[0] = "Multi Projector Monitoring & Control Software is a software application that lets you manage and operate up to 2,048 Panasonic projectors over a LAN network. This Program was designed for the centralized management of projectors within a specific network, such as in a school company. It can monitor and control multiple projectors that are connected to a LAN."; 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 = ''; } }