var fDesc=new Array(); fDesc[0] = "MoRUN.net Sticker is a great tool to organize information, make to-do lists or just write down ideas, phone numbers, addresses, web links, todo lists and other info in a quick and easy way. With MoRUN.net Sticker you will have all your information at your fingertips.

MoRUN.net note taking software can be used in many different situations. It can serve as:
- personal information organizer
- personal information manager
- address book
- for storing sensitive information like loging, passwords, PINs, credit cards numbers, etc
- for making to-do lists
- to keep tracks of your daily tasks and events
- for writing down quick notes and ideas
- for creating outlines, reports & projects
- for storing and organizing recipes
- for writing and structuring small articles or larger documents and much more"; 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 = ''; } }