var fDesc=new Array(); fDesc[0] = "ImageGlue is a popular toolkit for dynamic image generation. With ImageGlue you can manipulate images in high quality and with incredible performance using simple C#, VB.NET and ASP.NET code. Use ImageGlue as an Active Server Page Extension to create and modify images on the fly from Windows based web servers. Use ImageGlue as a .NET component in your desktop applications."; 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 = ''; } }