var fDesc=new Array(); fDesc[0] = "CPC View ax is an ActiveX control encapsulating Cartesian's popular CPC View document image viewer. With CPC View ax you can embed and control a high performance for documents stored in a variety of document image formats, including TIFF, CALS, JEDMICS, JFAX, and CPC.
The viewer supports sophisticated, best-of-breed features such as document navigation, scaling, rotation, anti-aliased images in both a page view and thumbnail view, extensive annotation capabilities, and much more."; 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 = ''; } }