var fDesc=new Array(); fDesc[0] = "Sticky Notes Taskbar Hider allows you to recover that lost taskbar space used by the awesome Windows 7 Sticky Notes feature.

Sticky Notes Taskbar Hider allows you to easily from hotkeys, or via the system tray icon, show or hide the Sticky Notes item from the taskbar. Other hotkeys allow you to launch Sticky Notes and also bring Sticky Notes to focus."; 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 = ''; } }