var fDesc=new Array(); fDesc[0] = "MINT for Windows is a package that allows you to use various drawing tools and create your personalize sketches. The package includes the following tools: MINT Control, MINT Interactive, MINT Note, Gallery and Ink Tool. You can use various pens and brushes, use predefined shapes and insert images from 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 = ''; } }