var fDesc=new Array(); fDesc[0] = "ArtCAM Insignia is part of the ArtCAM family of products and is a unique software program that lets you manufacture high quality 2D products from conceptual sketches or pictures faster than you ever thought possible.
ArtCAM Insignia also enables you to easily manufacture your models with it’s easy to use, yet highly proficient 2D and 2.5D (V-Bit) machining strategies. With ArtCAM Insignia you can work directly from your sketches or imported images to build up a multilayered vector model, or use customizable vector libraries."; 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 = ''; } }