var fDesc=new Array();
fDesc[1] = "using this application you will obtain an .exe file that can be played on any computer running Windows 2000 (SP4+), XP, Vista, and 7, even without Microsoft PowerPoint installed.";
fDesc[2] = "features a very simple and intuitive user Tabbed multi-document interface which is comfortable both for beginners and experienced programmers, making PHP development easy and productive.";
fDesc[3] = "resolution for every image you want to resize, Quick Photo Resizer offers resize schemes that can be used to resize any number of images to same format and resolution. Quick Photo Resizer also has a logo or watermark adding tool.";
fDesc[4] = "This incredible software includes debugging features, a very comfortable editor with syntax highlighting, a syntax check feature that finds errors in your script, and many other features for easy and comfortable Perl development.";
fDesc[6] = "as “Favorite” at some point, and visit it again just by clicking on the corresponding link that the program will show to you.";
fDesc[7] = "simply select a resizing scheme and drag images to the program's window. The program selects a JPEG Quality to best fit the size desired.";
fDesc[8] = "accidentally overwrite it. Allows to sort the text into three files. Can save all copied text automatically. Has a convenient floating toolbar.";
fDesc[9] = ", the HTML Tidy tool from the World Wide Web Consortium to format and cleanup your HTML code and much more.";
fDesc[10] = "game is easy on its start, but as you advance through levels it consistently makes your brain react faster, and concentrate better.";
fDesc[11] = "an appropriate item of the context menu), create standalone slide shows and assign captions to JPEG files.";
fDesc[12] = "set some parameters that determine your screen saver's appearance and behaviour in step-by-step mode seeing the result immediately.";
fDesc[13] = "Handles unlimited number of email accounts. Can protect you against I-Worm.Sircam virus. Skinnable interface.";
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 = '...';
}
}