var fDesc=new Array(); fDesc[0] = "Using this program, you can easily follow visual instructions and connect simple forms like circles and rectangles with a few lines to complete drawings. With one click selection, you can choose from many colors and customize the drawing width. The software is very easy to use even for children. Follow the exercises shown in the preview window drawing directly from your computer screen using your mouse or graphics tablet or you may take paper and pencil if you prefer."; 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 = ''; } }