var fDesc=new Array(); fDesc[0] = "Kodak Digimaster print file downloader is a utility that provides an alternative for printing your print-ready files. Multiple files are treated as separate jobs when they are sent to the printer. The print file downloader allows you to specify printing options such as stapling, collation, paper substitutions, page exceptions, and printing in pamphlet format, depending on the selected printer."; 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 = ''; } }