var fDesc=new Array(); fDesc[0] = "To acquire images with your imaging software, you must first install the appropriate capture interface which is
available from the Media Cybernetics support website. Legacy versions of Image-Pro Capture Interfaces are no longer fully supported for any software versions and are intended for recovery purposes only. Supports DP30, DP70, DP71, and DP72 model. It is a driver for photographers ."; 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 = ''; } }