var fDesc=new Array(); fDesc[1] = "personal details of every member of the family, as his birth date, gender, date of death, email, as well as phisical details, relevant notes and every detail you should need, including photos."; fDesc[2] = "access your Personal Photo Gallery, keep an eye on your appointments, keep track of your Music Library, write down notes as well as having access to Breaking News, Instant Web Searches and Weather Information. There are lots of other things to add."; fDesc[3] = "listen individually to it, anytime, or play the whole composition, adjusting tempo. Useful for music beginners to learn at a personal pace. While playing the composition, notes and lyrics light at the same time music is playing."; fDesc[4] = "anyone who wants to put to rights his/her business. You work with this program like with usual organizer, where you can find calendar, to do list, address book, information about data and anniversaries, annual plan of activity, and notepad."; fDesc[5] = "iDialyDiary is a perfect application you will really enjoy. This great application will become one of your best friends, and will keep all your written memories safe from curious eyes."; fDesc[6] = ", waiting patiently for you to add items, either notes on a subject that interests you or a reminder to do something (as well as what you need to do when the alarm sounds). Once you've added items to it, Melon will hold the bits and pieces of information you define until you're ready to reference them at a later date. If you created a task, Melon will gently alert you when the deadline is approaching. With Melon, you don't need to worry about where you stored your credit card payment confirmation number, which websites you wanted to forward to your colleague or the location of the file containing that code snippet you now need to reference: Melon manages that for you. All you need to do is decide what information you want to keep and/or what you need to do (and when to do it) and let Melon take care of the rest."; fDesc[7] = "and mapping techniques for the organization of ideas and information and the way they should be implemented. The program features a beautiful and organized user interface that allows you to fully edit your diagrams as you wish."; fDesc[8] = "overload CPU. It will never stick notes, and never break the sound or click during live performances. Available mp3 files demos."; fDesc[9] = "note can be saved the way you want. The program comes with advanced options that will let you alphabetize notes, rename notes and delete notes."; fDesc[10] = "contacts database that has handy R-RW device. You can operate as much information as your HDD provides- your mobile phone will keep only actual information and collect updates every day with you. No data leaks from your mobile are fatal - you always have archive information on your PC! No efforts to operate phone data - \"one click\" operations via MN quick navigation are much more comfortable! Various features cover all information you need to save in archive, operate in continuous time or find out. Mobile Navigator supports personal archives of SMS messages,addressbook entries,organizer entries,call records,logotypes and melodies,themes with easy and functional operating via PC interface. All original phone controls and settings are available.New models support by downloadable plugins.Possibility to personalize your phone via creative editors for themes and files upload. Additional..."; fDesc[11] = "resources. Free to use and free to distribute to others. Features: Note: You can change notes' visual properties such as font, text color globally or for each note individually. Notes can be made transparent to a certain point so that they do not completely conceal things behind. You can enter some time data for any note and it will remind you at the specified time. Pad: Every note you create can be browsed and managed using Pad. Pad is also useful when you want to review the things you've done or preview the things to come for the day or for the week, etc. Calendar: Every note checked as \"Show on Calendar\" automatically appears on Calendar. You can use your favorite image files as the Calendar background, so that it suits your personal taste. Unicode Support: You can use any languages supported by your OS, simultaneously, for any text you enter. System Clipboard Support: When you..."; fDesc[12] = "never remember and may never need until the time when you desperately need it - right now! Easy to use and simple"; fDesc[13] = ", and sensitive information in a strongly encrypted (Rijndael) database file. This information will be accessible from your personal computer or your Pocket PC. With SoftX Secure Notes you can create different database files for different kinds of information that you want to store. For example, you can create one database file to keep your passwords, one for storing your ideas and thoughts, one for your reminders and one for your diary. SoftX Secure Notes has two versions; one for your personal computer and one for your Pocket PC. The same SoftX Secure Notes database file can be used on your personal computer, and on you Pocket PC. You can use your personal computer to quickly enter or edit your notes when you are at home, and your mobile Pocket PC for viewing and editing notes when you are at work or on a trip."; fDesc[14] = "one place. It includes a calendar; an agenda; an address book where you can have all your contacts divided in categories; a list of your frequently used or interesting Internet links; a small accounting tool where you can have all your debts,credits, and tariffs; among others."; fDesc[15] = "cross-references and book introductions plus NIV Study Bible Notes. The add-on has various explanations of important words and concepts. It also gives interpretation of difficult verses."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }