var fDesc=new Array(); fDesc[0] = "The Album maker utility is an add-on utility to the MPR500 Pro Production floor management system, and can be provided by the lab to its customers for the preparation of complete and customized albums electronically. The setup program for the customers is created by the lab, with building blocks that allow the customers to prepare the order."; 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 = ''; } }