var fDesc=new Array(); fDesc[0] = "With RePlot you can view, rescale, rotate and print batches of plot files in minutes. Greatly enhanced PDF support, it doesn't require Acrobat Reader. You can view the status and current job queue of your printers. Batch print to any Windows or network printer. View any of these file formats (PDF, HPGL/2 (plt), DWF, or TIFF 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 = ''; } }