var fDesc=new Array(); fDesc[0] = "WorkStream DS (Digital Studio) runs in the photographer’s studio. WorkStream DS is used to prepare images and orders that will be printed at the photo lab. All aspects of the order can be entered by the photographer, including image color corrections, cropping and composition, retouching, and product selection. WorkStream DS automatically generates an order archive and database for your studio. Orders prepared in WorkStream transfer seamlessly to your photo lab for automated production."; 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 = ''; } }