var fDesc=new Array(); fDesc[0] = "QWrite enables multi-user on-screen collaboration with annotation tools to edit, highlight and co-create various documents together. All the work created can be effortlessly saved as a QWrite file or as a JPEG, PNG or BMP file on your computer. There is also the option to make video and screen recordings of your lessons for easy sharing."; 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 = ''; } }