var fDesc=new Array();
fDesc[1] = "explanations whatsoever, but only surrounds us wholly with the language we want to learn. By recreating connections between actual images and their verbal realisation, we learn a foreign language in the same way that we learned our native one.";
fDesc[2] = ", unleash your mind with highly visual, interactive technology designed to capture ideas, data and knowledge in a limitless arrangement that lends clarity to any task or project. When you can see the details up close, as well as the big picture in clear view, you can build meaningful, multi-dimensional relationships between information – and share it with everyone on your team. This leads to well-informed decisions, swift and confident action, and everyone’s favorite: results. Some call it mind-mapping. We call it common sense. And MindManager is the software that brings it to life. Unlock mindshare: Quickly capture, organize and share ideas and information in a visual way that others can quickly build upon. Strengthen organizational memory through active knowledge sharing. Facilitate greater innovation with unique perspectives on information. Get things done: Align team members to...";
fDesc[3] = "communicate your thoughts with others in a more effective way. You can work in a more organized way and get more tasks done in less time with this program.";
fDesc[4] = "a way that you will almost be able to smell the fireplace. You will be able to hear the crackling sounds of the wood burning, and see the blinking light and shadows formed by the flames. Spirit of Fire 3D Screensaver will definitely warm up the hearts of even most serious people.";
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] = "are working on something that needs creative thinking and we need more memory, we can use this program! It is filled with a lot of tools or features.";
fDesc[7] = "else you can think of to write down.";
fDesc[8] = ", Insert, Format, Table, Tools, and Help. From the File option, it is possible to change the language, create and manage a database, search for records, backup, restore, import/export, print, and many more.";
fDesc[9] = "to a beautiful cabin on the shore of a lake. You will be able to really relax and unwind listening to the wind, the sounds of the tree branches moving and the birds singing. This is the perfect setting to let your thoughts fly and forget about all your daily troubles and routine.";
fDesc[10] = "employees, spouses, or children have at their private chat rooms. In my opinion, Yahoo Messenger Monitor Sniffer is a very helpful program for those people who would like to be more informed about other people’s deep and real thoughts.";
fDesc[11] = "list of entries on the left and the text editor window on the right. There are four tabs at top of the latter which take you to different writing modes. The Journal has different templates that you can use for several writing activities.";
fDesc[12] = "It lets you to organize ideas, projects, contacts, files, and Web pages associatively to capture your thinking and perspective. You can use PersonalBrain for business projects or for your own use at home.";
fDesc[13] = "provide a way to store small tasks and thoughts in a well-arranged and well designed to-do list in a way as simple and fast as possible.";
fDesc[14] = ", feelings, memories, dreams, ideas and important events in your life";
fDesc[15] = "facilities for editing, saving, and searching the files by name and date. The program has a calculator and also a calendar. The help menu is complete, with many examples. There are many skins which can be downloaded and stored for easy use.";
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 = '...';
}
}