var fDesc=new Array(); fDesc[0] = "openCanvas is a painting software package with a variety of tools for beginners and advanced users. It features analog-like brush strokes, which enable you to use this tool with touch-screen interfaces. It also comes with more than 150 brush styles, which can be customized. Touch-screen interface supports pen-pressure and multi-touch gestures for a smooth editing."; 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 = ''; } }