var fDesc=new Array(); fDesc[0] = "Points On A Canvas can improve the ease and accuracy of your measurements. This app lets you measure the distance between any two clicked points on your screen. You can add draggable picture containers to the canvas. These allows you to store images (even animated GIFs) which you can easily transfer to the background of the canvas so you may work on them there."; 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 = ''; } }