var fDesc=new Array(); fDesc[0] = "Exchange your drawings, graphs, and technical illustrations with your coworkers.

Features:

-Faster viewing speed, without delays, saving you time & money.
-Enhanced Mark-up features with measuring tools. No need for expensive technical illustration software.
-Format conversion - Fast print processing, making your team more productive.
-Accurate - Perfectly scaled, high resolution output.
-Efficient - Maximize your "printing time." More prints per day. Printers are busy printing, not busy rasterizing files!
-Extra Long Printing - No problem! The RIP option handles long prints with ease.
-Easy - No need to mess with custom page sizes. Just select a printer, and the RIP option determines the exact size and automatically cuts the paper. No wasted paper!"; 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 = ''; } }