var fDesc=new Array(); fDesc[0] = "The PDF Viewer control for ASP.NET can be linked into any ASP.NET application to add pdf visualization and manipulation capabilities to your ASP.NET application. With this program, you can display a PDF from a specified URL or from stream of bytes into the client browser. The integration is extremely easy and Adobe Acrobat Reader is required on the client computer."; 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 = ''; } }