var fDesc=new Array(); fDesc[0] = "OneNote Batch is a batch-processing tool for OneNote documents. It can perform a variety of tasks such as conversion to other formats, extraction of pages, insertion of other documents as OneNote pages, etc. You can also work with the contents or attachments inside the files."; 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 = ''; } }