var fDesc=new Array(); fDesc[0] = "InkScribe plug-in delivers you an easier and smoother way to draw precisely. The plug-in includes the Ghost Handles, which appears when you draw a straight line. With just one drag of the mouse, ghost handles changes the line into a curve. You can remove unwanted points on a path when editing and retain best path shape."; 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 = ''; } }