var fDesc=new Array(); fDesc[0] = "PDFView4NET is a .NET toolkit for adding PDF render and print support in .NET applications. It includes a PDF viewer control for Windows Forms, WPF and Silverlight and a .NET library for rendering and printing PDF files from any .NET application. The toolkit includes its own PDF rendering engine and it does not rely on any other software for rendering and printing PDF files."; 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 = ''; } }