var fDesc=new Array(); fDesc[0] = "ImageGear accelerates .NET imaging application development. Utilizing managed code, this SDK provides support for .NET 2.0/3.0/3.5/4.0, ASP.NET, Windows Presentation Foundation (WPF), DirectX 10, and Direct3D 10. It controls the image capture process and strictly adheres to image compression standards. Your users will quickly view over 100 image file types through a common interface including raster files such as TIFF and JPEG, and vector files such as PDF and CAD. The annotation support facilitates enterprise collaboration."; 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 = ''; } }