var fDesc=new Array(); fDesc[0] = "Features:
- Creating notes like popup windows;
- Managing notes (changing notes' parameters, removing notes);
- Storing notes in database on the hard disk;
- Using different profiles to show notes in another views;
- Managing and storing profiles in database;
- Automatic remind about created notes;
- Managing notes' request time;
- Showing notes always on top;
- Creating notes with animated effects (notes' blinking, sound accompaniment);
- Easy moving notes using drag-and-drop operation;
- Temporary concealment notes from desktop;
- Showing earlier hidden notes;
- Arranging notes on the desktop;
- Automatically start up "Electronic stick-notes" every time Windows™ is started;
- Working different users with one copy of "Electronic stick-notes" on the computer."; 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 = ''; } }