var fDesc=new Array(); fDesc[0] = "The Extron MGP 464 Four Window Multi-Graphic Processor is a powerful, high resolution graphics processor that enables the simultaneous display of four images on a single screen. It is ideal for applications demanding critical quality graphics and video presentations, including command and control centers, videoconferencing, medical facilities, courtrooms, and boardrooms. The MGP 464 combines high performance graphics scaling with flexible and customizable picture-in-picture functionality."; 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 = ''; } }