var fDesc=new Array();
fDesc[1] = "use. Whenever a more recent version of any programme becomes available, Software Informer notifies you and offers a link for downloading the update. It also allows you to keep track of comments and questions on corresponding software.";
fDesc[2] = "powerful proccesors for real time gaming. AGEIA PhysX 8.0 is a free and unique physics engine for all GeForce 8-series, 9-series and 200-series GPUs, bringing an innovative experience when playing the latest games.";
fDesc[3] = "contracts, agreements, letters, board resolutions, plans, proposals, policies, checklists and spreadsheets, Business-in-a-Box™ simplifies and accelerates all your writing tasks. Simply fill in the blanks and you'll be ready to do business in minutes! Features: Save Time & Effort – Don't start from scratch. Simply fill-in the blanks! Save Money – Avoid lawyer's fees by using reliable do-it-yourself legal forms. Act Professionally – Improve your overall productivity and corporate image. Fast Document Search – Perform keyword searches or browse by subject. Easily Customize Templates – Use MS Word & Excel or the Default Text Editor. Auto-Fill Feature – Automatically enter your information in all relevant fields.";
fDesc[4] = "Registry, Start Up, Tweak UI, Net Tweaker, The Privacy, File Shredder, Invisible Man. Site: www.wintools.net";
fDesc[5] = "on your desktop. It creates six virtual desktops so you can classify your applications according to your needs. Each desktop will have its own icons, wallpaper and name so you can find what you need easily.";
fDesc[6] = "features. Some of the common tools includes automatic brightness, contrast, gamma and saturation adjustment; red-eye removal, resize, rotate, crop and warping of images; a great number of filters such as smooth, sharpen, edge detection, etc.; among others.";
fDesc[7] = "nothing to do with increasing upload speed or compressing your photos. It saves time where time can be saved - in the process of getting to the website and getting to your photos. You might know what the Windows Shell is. If you don't, let me briefly explain you.";
fDesc[8] = "increasing browsing speed. Surf the web Faster! This amazing software increases web speed 300%. Download it, install it and in 1 minute speeds your Internet up with one click!";
fDesc[9] = "(now called Translator Professional Plus). This is a comprehensive program with lots of capabilities, like a built-in spell checker, dictionary and thesaurus, as well as many other features for rendering quality translations.";
fDesc[10] = "armor. The first set of armor is free, and if you do not have a horse with you, you can actually get a horse (an Old Nag) for free from Snak gra-Bura. There is no difference, other than appearance. Putting armor on the horse has the game effect of increasing the health of the horse.";
fDesc[11] = "of quality ringtones is touching sky limits. But user has been burning their pockets for such ringtones. Ringtone Converter / Ringtone Composer come as a savior to the pockets of such enthusiasts’ users.";
fDesc[12] = "performance of the system. This program will assign a certain processor priority to the 'current' application (this is, the one that you are actually using 'right now').";
fDesc[13] = "standard Windows functions. It might be really interesting for advanced computer users who have more than one operating systems installed on their PC.";
fDesc[14] = "Good Keywords software is developed by Softnik Technologies. This software is very useful for increasing the rankings of your web-pages by providing you with good, efficient and Search Engine-Friendly keywords";
fDesc[15] = "small and easy to use. The main advantage of using the Super Typing Wizard is that besides increasing the user’s typing speed, it is also very effective in tracking and monitoring the typing accuracy of the user.";
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 = '...';
}
}