var fDesc=new Array();
fDesc[1] = "capabilities like calendar, task, contact management, note taking, journal, and Web browsing. It can be integrated with Microsoft Exchange Server and Microsoft Office SharePoint Server to provide extended functions to multiple users in organizations.";
fDesc[2] = ", find, and share your notes and information more efficiently and effectively. The program features powerful search capabilities that help you locate information quickly and easy-to-use shared notebooks that allows you to manage information overload, whether online or offline.";
fDesc[3] = "bar the words or phrases that you’re looking for; also allows to select the engine search. Another feature improved is the Opera Mail. It supports the currently web standards, like CSS 2.1, XHTML 1.1, HTML 4.01, WML 2.0, ECMAScript, etc.";
fDesc[4] = "folders to existing images, and also compress, add encryption, mount images etc. Among the features of the new version we get: compatibility with Windows Vista, support for multiple languages and command-line parameters support.";
fDesc[5] = "that, it is available for MacOS systems, and if a note was created in a mobile device or using Windows it can be read as long as this application is presented.";
fDesc[6] = "capturing the audio microphones for acoustic instruments, and by input line for electric instruments. The use of this application is very simple and you will take advantage of it immediately.";
fDesc[7] = "program you can write your own songs, or transcribe existing ones, using the notation editor, that allows you to create notation in a similar way to writing a document in a word processor.";
fDesc[8] = "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[9] = "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[10] = "tray and with either one click or a double click a new note appears and you can write the message directly. To delete a note, all you need to do is click over the \"X\" on its right corner. You can undelete a deleted note.";
fDesc[11] = "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[12] = "information, dates and events using desktop sticky notes. Free Sticky Notes is an ideal sticky notes program for home and office. You can create and edit desktop sticky notes using different fonts, colors; easily export/import sticky notes database from one version to another; protect computer sticky notes from casual editing/deleting using lock command. Sticky notes settings including default settings can be modified to your preference. You can choose appearance for each sticky note: title customization (background color, font), body customization (background color, font), size customization (manually, zoom feature). Free Sticky Notes resides in the Windows system tray menu for quick and easy access to PC sticky notes and program features. Ability to create PC sticky notes with different priorities, hide sticky notes or place them on the desktop, hide note's body and use transparency...";
fDesc[13] = "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[14] = "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[15] = "available in different languages and has a high number of features .You can send a note by email or send to another pc through a TCP/IP-network, insert objects, find and replace text. Notes can be customized by selecting fonts, colors, date and hour, password protection and tool bars.";
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 = '...';
}
}