var fDesc=new Array(); fDesc[0] = "DynamicSketch is an Adobe Illustrator plugin that enables you to draw more naturally and intuitively in vector. The plugin was designed to replace the pencil tool for the initial sketching process. You can sketch repeatedly like you would with a pencil to get your required result. Also, the program automatically joins intersecting paths, allowing shapes to be constructed quickly and easily."; 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 = ''; } }