var fDesc=new Array();
fDesc[1] = "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[2] = "pages. You can use Good Keywords to find suitable keywords sets, create your customized meta tags, brainstorm product ideas, etc. The program has six different modules, each with its own utility.";
fDesc[3] = "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[4] = "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[5] = "work, then view gorgeous Gantt charts and customizable project cost reports. Syncs direct with MindManager X5 Pro too";
fDesc[6] = "have covered all the important points in a short time. Represent your company with good writing. You are judged by the letter you write. Be confident that yourwriting reflects well on you and your company. Compose with over 11,000 choice sentences. Brainstorm with over 39,000 powerful phrases. And, get results with over 2,000 ready-to-use letters. Works with Microsoft Word and all other Windows word processors.";
fDesc[7] = "rearrange ideas and other info in a free-form tree-like and hyperlinked model. Publish and email these 3D models as HTML, XML or text outline.";
fDesc[8] = "StoryView uses a timeline format that is superior to index cards, blocks, and traditional outlining systems. StoryView has limitless space for your big ideas. It will enhance the organization and research of your writing, help you visualize your structuring process. And speed the process of brainstorming, creation and editing. Now";
fDesc[11] = "so simple that you'll actually use it!";
fDesc[12] = "Brainstorm Bungy facilitates group brainstorming sessions. Flexible, powerful, great fun, and simple to use.";
fDesc[14] = "and faster the more you play. There are three game types in Puzzle Brainstorm: Stage Clear, Puzzle and End...";
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 = '...';
}
}