var fDesc=new Array(); fDesc[0] = "This is the ultimate free drawing and graphics software.
Impressive drawing tools and brilliant effects are just a couple of clicks away with DrawPlus Starter Edition, this stunning free vector drawing.
Check out these amazing features:
-Accurate vector drawing program
-Realistic brush, pen, and pencil tools
-Text on a path – great for creative designs
-Blend modes for advance artistic effects
-Compatible with graphics tablets
-Great for designing web graphics and creative print projects"; 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 = ''; } }