var fDesc=new Array(); fDesc[0] = "Don't waste your money to buy another set of paper stickies. Packed with useful features, TK8 Sticky Notes is a far better solution than paper stickies on your monitor.

TK8 note taking software is very easy to use and has features your paper notes will never have.

For example you can hide your notes when you need the full desktop area and show them again when you need them. With just one click.

Your notes are tied to your desktop. When using other programs, they don't disturb you. Of course, you can pin a note to stay on top of all other applications and un-pin it when it doesn't require your special attention any more.

Changing note colors and font styles is a snap. It's really easy to make your notes to look good.

In case you have many notes or just want to organize them, you can group them. With just few clicks you can then bring up (or hide) notes from specific group.

Digital Sticky Note Example
Advanced users can benefit from many additional features like password protected notes, reminders, printing, integrated e-mailing, keyboard shortcuts, etc.

TK8 StickyNotes is available in many languages (including English, German, French, Spanish, etc).

Download TK8 sticky notes freeware and you'll see it's unreplaceable!"; 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 = ''; } }