var fDesc=new Array(); fDesc[0] = "The VGI-100 is primarily targeted for use in the high and ultra-high vacuum industry. This application is designed for displaying the measured vacuum gauge readings. The VGI-100 device can also be supplied with an RS232 compatible port. The connections support control of the digital gauge enable or degas input where required."; 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 = ''; } }