var fDesc=new Array(); fDesc[0] = "Bring To OneNote 2010 allows you to send title, text and images to OneNote 2010 from Word, Excel, PowerPoint, Visio, Chrome, Firefox, Thunderbird, Opera, Safari, Internet Explorer, Windows Explorer and Acrobat.
Features:
- Send plain text and images to OneNote.
- Send current document as attachment into OneNote.
- Send current document as printout into OneNote.
- Clip screen and send 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 = ''; } }