var fDesc=new Array(); fDesc[0] = "Neodynamic WebClientPrint for ASP.NET is a program that allows you to print Raw Data at client-side from ASP.NET Web Forms, MVC and AJAX. You can easily send raw data, text and native commands to printers installed at the client machine without showing or displaying any print dialog box. You can also print common file formats like PDF, TXT, DOC, XLS, JPG, PNG and TIFF (Multipage)."; 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 = ''; } }