var fDesc=new Array(); fDesc[0] = "Full support for Digital Products in your ProShots Internet Storefronts for greater online sales. Allow for sorting in "Open Existing" job menu for easier navigation. Allow image numbers to appear in export HTML slide show. Widened the F5 toolbox for better display of product descriptions from your lab (up to 20 characters). Added print function in Tools/Database window to print the displayed data table. Other minor enhancements and bug fixes"; 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 = ''; } }