var fDesc=new Array(); fDesc[0] = "Ardesia is the free digital sketchpad software that help you to make colored free-hand annotations with digital ink everywhere, record them and share on the network.
You can use this tool to enhance your lessons or courses working with your preferred applications and your preferred operating system."; 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 = ''; } }