var fDesc=new Array(); fDesc[0] = "Quite a number of programs use the QuickReport format to export lists or reports and graphics. SmartQRP can view or print and save QRP files without the need of the original program that produced them (100 percent graphic-content support). Program features: shell integration (open and print), export to PDF, BMP, JPG, EMF, WMF formats."; 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 = ''; } }