var fDesc=new Array(); fDesc[0] = "The KODAK DLS Archive Extractor v1.1 gives operators access to images contained within the KODAK DLS Store-It System. It allows you to extract images up to 16 Base that can then be written to a generic CD or to a local or networked storage location. You must have an Image Processing Workstation (IPW) with a KODAK DLS Store-It System Mini- or Maxi-Archive to use the Archive Extractor. You must select the Store-It option for each order from which you plan to retrieve images using the Archive Extractor."; 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 = ''; } }