var fDesc=new Array();
fDesc[1] = "user to arrange the buttons, the toolbar language, sets up all the toolbar services, shows all the services: search, map search, desktop notes and weather, radio and mp3 player, screensaver and wallpaper, skins and cursors, smileys and eCards, etc.";
fDesc[2] = "displayed immediately after creation or in the certain moments of time.";
fDesc[3] = "century old trend or method of paper sticky notes and it’s a digital age n so you should follow the current paperless trend of digital sticky notes. It will also help us to save some trees. I hope so. Well, this sticky notes style is more advanced and has some brilliant features which make its worth.";
fDesc[4] = "Freebie Notes will become in a useful tool for you. Freebie Notes lets you to place post-it notes on your Windows desktop as reminders of your important events, so next time you won't have any excuse for not going to the dentist or loosing that important job appointment.";
fDesc[5] = "the credit of being punctual. Make your lifestyle convenient with this useful tool that will make you punctual. This amazing application will synchronize you desktop with all the important notes you have fed online so that you are reminded of important events wherever you are.";
fDesc[6] = "place sticky notes on your desktop. You can type notes to yourself, set meeting and appointment reminders, keep track of a to-do list, and anything else you would do with paper notes.";
fDesc[7] = "of users gave feedback to the developer and he decided to build the application from scratch. I wish more developers took users advise in consideration for new versions.";
fDesc[8] = "user-friendly, as you just write the reminders on top of it. This helps you remember the most important things you have to do, especially if you spend a lot of time in front of the computer.";
fDesc[9] = "software tool rather Note-It can be used to make improved desktop notes which has got many features giving it an edge over other contemporary software tools. Note-It is used to retain the ongoing Windows working session.";
fDesc[10] = "tool will organize your desktop notes, reminders and schedulers in the most reliable, efficient and economic way.";
fDesc[11] = "small and doesn’t need a lot of system resources. Despite Sticky Notes 0.9 isn’t software with huge functionality it is a great tool for making extra notes.";
fDesc[12] = "screen. The goal of this program is to help fight the stress and boredom at the office. Desktop Graffitist 1.0.0.6 can also be used for leaving messages on other people's computers, such as love notes, hate notes, grocery lists and art/graffiti/vandalism .";
fDesc[13] = "same place even if you reboot the system. To get rid of it, you need to delete it. The notes can be created with different fonts and colors; and the program allows you to share your tasks with others by sending notes to other computers on the network.";
fDesc[14] = "notes. Using Sticky Notes you can keep personal secure information. Strong information encryption.";
fDesc[15] = "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.";
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 = '...';
}
}