var fDesc=new Array(); fDesc[0] = "Mitsubishi Electric's superior quality and reliability have made it the global leader in large display products and solutions for mission critical command and control rooms. The new real time image processor from Mitsubishi, to be launched at ISE 2012, enables multiple real-time window overlays with no dropped frames."; 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 = ''; } }