var fDesc=new Array(); fDesc[0] = "VectorScribe is a plug-in that seamlessly integrates into Adobe Illustrator. Made up of a diverse range of our most useful tools it holds the record as our most popular plug-in.

Think of it like a vector Swiss army knife that helps you edit vectors, create shapes, corners and measurements."; 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 = ''; } }