var fDesc=new Array(); fDesc[0] = "This one will export all of your Outlook Notes to OneNote with one click of the button. If you have been wanting to migrate your notes here is the time! The software is free and it's very helpful in times of need of a simple utility that does its job accordingly."; 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 = ''; } }