var fDesc=new Array(); fDesc[0] = "Sticky7List, a free add on for Windows Sticky Notes. It gives you a nice, zoomable two-pane view of the Windows Sticky Notes. You can browse through all the sticky notes in a two-pane list where the note titles appear in the left pane and the content of the selected note appears in the right pane."; 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 = ''; } }