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