var fDesc=new Array(); fDesc[0] = "EasyNoter 3.7 by ArtPlus is great personal information manager and organizer with lots of functions. It has four main sections: diary, notes, address and reminder. Diary section is designed for scheduling your free and work time. Simply choose a date and write all things you don’t want to forget for this day. Notes section is used for keeping short notes. Here you can add a new note or look through all notes you have already made. Important feature of this section is that you can add links or objects (like images and other files) in your notes. Address section can be used for keeping and easy retrieval of contact information, phone numbers and addresses of your business partners or friends. You should put the name of the person in the first line because the first line of the entry is also listed as a sort of a "headline" and entries are sorted by the first letter of the first line. In Reminder section you will be able to set unlimited number of pop-up reminder notes with custom recorded audio notification. All this sections are very suitable for keeping information of all kinds. Friendly interface, fast and stable work, detailed help section, simple tastes in system resources form this program’s uniqueness."; 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 = ''; } }