var fDesc=new Array(); fDesc[0] = "Photocopier Expert is a solution to duplicate, photocopy, and archive documents from your PC. With this application you can adjust brightness, contrast, hue, photocopy in B&W - greyscale or color, preview the copy, reduce or increase the copy, automatic Deskew, select a specific part and only print it's area, print a selection on entire page (Zoom), and many more."; 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 = ''; } }