var fDesc=new Array();
fDesc[1] = "include your notes, tasks, reminders. The program «feature» is its layer system – separate organizers functioning simultaneously. Excellent choice for a home user!";
fDesc[2] = "displayed immediately after creation or in the certain moments of time.";
fDesc[3] = "application to remember your important events, appointments or day-to-day activity and be at peace of mind. This free to use sticky notes reminder allows you to post sticky note reminders, make checklists, set alarms, draw on your notes, and make archives in no time.";
fDesc[4] = "software to help you in your busy life, then maybe you have to take a look to Chandler. With this program you will be able to manage all your important information (business, friends, family, etc.) that you have to face daily.";
fDesc[5] = "simplicity of a toolbar. The program enables users to view maps with multiple coordinate displays, search map attributes, measure length and area, import data as annotations, and turn layers on and off.";
fDesc[6] = "Internet or your network, and can organize your notes into categories and synchronize them with your Palm...";
fDesc[7] = "Features include editing a note's velocity, duration, channel, track, patch. Specific player is included.";
fDesc[8] = "of all. Nokia PC Suite Enterprise Edition contains fewer features than the full edition of Nokia PC Suite, but in spite of it, it contains all the essential elements of Nokia PC Suite.";
fDesc[9] = ", calendar, and life. Information that used to be buried on your hard drive is now at your fingertips.";
fDesc[10] = "different kinds of information to remind one about the tasks, points etc. The product contains two main features namely; Desktop Sticky Notes & Desktop Reminder Program. This software can be used for both home and office purposes.";
fDesc[11] = "never remember and may never need until the time when you desperately need it - right now! Easy to use and simple";
fDesc[12] = ", structured in the way YOU want! Features include: Full featured search mechanism, importing and exporting, printing, advanced sorting and much more...";
fDesc[13] = "your desktop. You can customize your notes with a wide variety of background and text colors.";
fDesc[14] = "more. View full-size screenshot It allows you to create notes in sections and subsections with tree-style interface for browsing through your notes. This software contains built-in word processing and abundant import/export functions.";
fDesc[15] = "the screen and can be easily moved to any place. You can change the size of CalcNote with one click.";
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 = '...';
}
}