var fDesc=new Array(); fDesc[0] = "This software application lets you manage and operate up to 2,048 Panasonic projectors and professional displays over a LAN network. It is also compatible with existing "Multi Projector Monitoring and Control Software." The newest detail in this version is the support for the PT-RQ13K device."; 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 = ''; } }