var fDesc=new Array();
fDesc[1] = "Word document format (RTF or Word), so you can edit and reuse your PDF content. PDF2Word (PDF to Word) preserves the original PDF text, layout and bitmap images in the generated Word document.";
fDesc[2] = "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[3] = "there nothing junk lefts on your computer. Total Uninstall will show a list of programs and softwares installed on your computer, you just select the software you want to remove or uninstall from your computer and Total Uninstall will do the rest.";
fDesc[4] = "random from any race, gender and adult age group,easily create a face from one or more photographs,edit faces by just clicking and dragging & with over 150 powerful parametric controls,from race morphing the whole face to tweaking the nose shape, Choose between different mesh structures and UV layouts and more.Instantly apply animation morphs and accessory models.Export texture maps to JPEG, BMP, TGA or TIFF,choose a default scale, rotation and translation for all exports.";
fDesc[5] = "archiving on for ALL users without any passwords. You can then easily view archives for all users within the YMAD interface.";
fDesc[6] = "messages to convert, choose the desired format and click a button to save the message(s) in the new format.";
fDesc[7] = "what applications are using bandwidth, who is using them, and for how long. NetFlow export version 5 export is currently supported";
fDesc[8] = ", hierarchical tasks and deadline specification it makes easy for you to plan your tasks with such an advanced and though free tool.";
fDesc[9] = "have to do is select the messages to convert, choose the desired format and click a button to save the message(s) in the new format.";
fDesc[10] = "program is able to not only capture video, but also to compress it afterwards. The Video Man software also allows for video editing. The user can use features like unlimited amount of overlay tracks, super screen color keying and a navigator window.";
fDesc[11] = "have all your music organized in a single list that you can arrange alphabetically for easy searching. You can import multiple folders and subfolders containing music, selecting the import format including standard karaoke, baltimore, title only and many others.";
fDesc[12] = "Pictures and Music. You can also use Flash Photo Show to convert your Flash Slideshow or any other Flash file to a Screensaver.";
fDesc[14] = ", ocx, acm, ax, scr). This program is very useful when you need to clear trash from PE files and protect your private info from crackers.";
fDesc[15] = "Exports routes directly to Excel, or you can create a route from pushpins in a pre-determined order.";
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 = '...';
}
}