var fDesc=new Array(); fDesc[0] = "Vision PRO Engraving & Routing Software With an advanced graphical interface, Vision PRO includes many standard features that were developed specifically for engravers and CNC routers. This software was developed for those who need more flexibility with logos and graphics than the Vision Software Package. You can bring CorelDRAW™ files directly into Vision PRO, or import 65 other file types from many popular engraving and routing programs. You can then publish PDF files for quick customer approval. This extensive software package also has the ability to run virtually any type of CNC router, engraver, laser engraver, color printer, or vinyl plotter on the market (at no additional cost)."; 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 = ''; } }