var fDesc=new Array(); fDesc[0] = "SureLab OrderController is a program designed for use with Epson SureLab printers. It provides costing/pricing, production control and scheduling functionality. It also provides basic image editing functionality (size, crop, sharpness, brightness, resolution, color, tone, and red-eye removal) with configurable pre-sets for quick and easy processing of large jobs."; 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 = ''; } }