var fDesc=new Array(); fDesc[0] = "Note Software lets you write notes and put them to you computer monitor, the notes are automatically saved as you type them. Note options can be reached by right clicking on a note, Note Genie 2.1 Enables Notes to Stay On Top. It will also display all notes on startup. No more forgetting to save a Phone number you typed in notepad. Click the New Note Button for a new note, couldn't be much easier then that. Click the Get Note Button to get an old note. Options lets you set the default size of each new window. Its also lets you set data and time reminders."; 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 = ''; } }