var fDesc=new Array(); fDesc[0] = "The ICONICS Gauge ActiveX control is designed to work inside any ActiveX container such as Microsoft Office (Word, and Excel), Visual Basic Forms and more. The Gauge ActiveX control comes with a user interface for total customization. Connection to any OPC data source is always a click away."; 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 = ''; } }