var fDesc=new Array(); fDesc[0] = "DyKnow Notebook Writer is an easy-to-use application designed to convert content from various Windows applications to content for DyKnow compatible notebooks. It installs as a virtual printer and functions similarly to a PDF printer, and can also send content to OneNote."; 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 = ''; } }