var fDesc=new Array(); fDesc[0] = "MediBang Paint Pro includes everything you need to illustrate or make comics. It comes with over 50 brushes such as the GPen and Mapping Pen for inking, and the Watercolor brush for coloring. Each brush has various settings that can be customized to your liking. You can also create your own brushes. Snap Guides help you draw lines and curves perfectly. Multiple pages of a comic book be managed and rearranged as per your liking."; 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 = ''; } }