var fDesc=new Array();
fDesc[1] = "as virtual scrollbar, virtual buttons, fast access to applications and personal definition of tapping speed and sensibility.";
fDesc[2] = "and more. It can be easily customized with the option of over 1500 free gadgets. Its available for XP, Vista, Mac and Linux.";
fDesc[3] = "window. Each site opens in a different tab. User can bookmark all the sites opened in window with one click. It also offers a mini browser, which is useful if you are searching for something while browsing a site.";
fDesc[4] = "launching features will show up. Each corner has its own function: Left - up: opens My PC. Left - down: Internet Explorer Favorites. Right - up: switch windows. Right - down: Shorcuts from the desktop. You can change the assignments.";
fDesc[5] = "many dance games and all games can be played using PC keyboard, dance pad or hand sensors. You need to load songs to play this game. These songs can be down load from its website. StepMania works on Windows 98/ME/2000/XP, Linux and OS X platforms.";
fDesc[6] = "provides commands binding of Visual Basic with different events and elements manage on the page. So, you will be able to pay more attention to the development process itself.This tool allows you quick add ActiveX controls (and the VBScript or JavaScript needed to manipulate them) to your HTML pages.";
fDesc[7] = "WMHelp.com. It’s the basic version of WMHelp.com, which can be run without a license. is very easy to use as the toolbar and menus that are displayed at the top of the window can be handled very easily. Just pressing a button can hide them.";
fDesc[8] = "that will show you which movement are you supposed to perform in a given moment. The possible movements are up, down, left and right. You must perform this movements exactly when directed to do so. If you fail, you loose.";
fDesc[9] = "long list of keywords is very easy. You can sort your keywords in ascending or descending order. You can optimize your keywords list by removing unwanted words occur anywhere in the keywords.";
fDesc[10] = "vendors and webmasters as quickly and as concisely as possible.";
fDesc[11] = ", french, spanish, italian and portuguese and vice versa.";
fDesc[12] = "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[13] = "software uses text files known as generators. These generators in turn determine the information to be generated. They can be modified or new ones can be added to the list.";
fDesc[14] = "properties set in maps. With Mind Pad scripting you are able to create your own rules for data management.";
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 = '...';
}
}