var fDesc=new Array();
fDesc[1] = "for everyone with very few computer skills to show ideas or products in a tidy way, using text, images, sounds and transitions. It can even be connected to a projector to view the presentations on a large screen.";
fDesc[2] = "and precisely. This incredible program offers a comprehensive set of tools that enables you to edit your pictures and assists in transforming your photo ideas into reality.";
fDesc[3] = "easy and friendly with many features included to develop all your ideas and projects clearly in order or simply to order a brainstorm session. Freemind works in almost every platform that runs Java.";
fDesc[4] = "application is to combine the spontaneity of sketching by the hand with the power of digital tools, and achieve it with awesome and powerful tools and an intelligent guided process that makes everything really easy.";
fDesc[5] = "S.T.A.L.K.E.R. surprised everybody in the past with its irresistible ambience and a very wise idea to combine such concepts as Survival, FPS or even role. Now comes the turn of this prequel that will show whether it is really at the height of its admired predecessor.";
fDesc[6] = ", 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[7] = "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[8] = "of choice of instruments or voices. It has music support enabling the user to export or import MIDI files via devices such as keyboards, guitars, etc…";
fDesc[9] = "processes) for brainstorming, capturing ideas, problem solving, rational analysis, and decision making. It comes with example templates for the user to quickly create a mind map diagram.";
fDesc[10] = "will be able to present your ideas in a neat and tidy way, through easy to understand arrows and blocks that you can click on, opening new screens with more information.";
fDesc[11] = "and mapping techniques for the organization of ideas and information and the way they should be implemented. The program features a beautiful and organized user interface that allows you to fully edit your diagrams as you wish.";
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] = "want. Of course, the design process is 100% visual with excellent drag&drop features. If you are an Eclipse user, you can get the corresponding plugin to get the most powerful combination of IDEs.";
fDesc[14] = "spare or don’t want to waste it, then you need the Ultimate Business Plan Starter. This software program can help you get your ideas down on paper faster than you otherwise would be able to.";
fDesc[15] = "their ideas and to analyze things better through concept maps. SMART Ideas is an excellent tool as it encourages students to become independent thinkers and more creative.";
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 = '...';
}
}