var fDesc=new Array(); fDesc[0] = "Atalasoft ImgX Controls is an ActiveX imaging toolkit for Visual Basic and ActiveX developers. ImgX Controls allows developers to add advanced imaging to applications with little effort.
ImgX requires little or no knowledge of imaging. It's is perfect for both a simple image viewer display, or for a complicated imaging application such as our popular batch image processor EyeBatch created with ImgX and Visual Basic 6."; 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 = ''; } }