var fDesc=new Array(); fDesc[0] = "Sketch, annotate, and communicate your ideas digitally with a natural-to-use tool for all creative professionals with Autodesk SketchBook® Express for Windows/Mac.This is an intuitive drawing application. You can use professional-grade tools and brushes to create and save flattened images to your computer."; 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 = ''; } }