var fDesc=new Array();
fDesc[1] = "templates and bonus software. PhotoImpact allows beginners to quickly achieve professional-looking results, while providing advanced features so users won't feel limited as they gain experience.";
fDesc[2] = "and easy to put in action. But what you can do with this? TweakNow PowerPack will let you tune almost every variable of your PC's operating system and your Web browser through its package of utilities. Pretty big package by the way.";
fDesc[3] = "Vista and Windows XP. Includes powerful and easy to use tools for speeding up your system, uninstalling software and removing spyware.";
fDesc[4] = "The program enables the user to resize, rotate, convert, resize and change brightness and contrast of images by just dragging and dropping them.";
fDesc[6] = "the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability.";
fDesc[7] = "and more effective approach to the internet. It enhances your web navigation by predicting your need for web pages with a sophisticated algorithm to anticipate hyperlinks and to retrieve web pages before the browser needs to display them. And if you drag&drop some links into WebRifle control window it will download your links in the background while you're surfing. Moreover a built-in TCP-IP transport protocol optimizer increases your modem or network bandwidth by efficiently taking full advantage of each unused instant of your internet connection. WebRifle works automatically 'behind the scene' without user interaction. It's fully integrated with Internet Explorer and don't require any user settings. And if a Web page has changed since the last time you visited it, WebRifle , using its auto-refresh background function, will refresh it automatically. This new version is an important...";
fDesc[8] = "is more, it also enables you to browse, tweak, backup and defragment your system. The program features an intuitive skinnable interface that allows you to customize almost everything in it.";
fDesc[9] = "by reducing their size so now it’s easy to upload files and open them quickly. It doesn’t change the display of the file in the browser so it can be very useful for web programmers. It doesn’t corrupt the script and removes only unnecessary things.";
fDesc[10] = "creating web pages using HTML, XHTML, DHTML, as well as inserting Scripts anywhere in the page such as Javascript, VBScript, and all kinds of facilities for developing web pages using CSS 2.0, PHP 5, ASP, XML, JSP, SSI, WML 1.1, HDML 3.0, SMIL, PERL, SQL, etc.";
fDesc[11] = "computer a healthier, faster and more reliable one. Max PC Booster offers wonderful tools such as: - Registry Cleaner - Privacy Cleaner - Internet Optimizer - RAM Optimizer";
fDesc[12] = "connection and browsing. This software is merely dedicated to make the best of you connection, and for that, it has tool wich will make this happen";
fDesc[13] = "possible, which can considerably decrease web page download times, save on disk space and reduce bandwidth charges.";
fDesc[14] = "uploading time. Pages will appear in client's Internet browser in exactly the same way, but they will be about 20% smaller.";
fDesc[15] = "web pages by removing unnecessary characters and tags. It also help you to check/fix broken links.";
fDesc[16] = "- A free utility to keep your system healthy and responsive. This program is a package of 3 utilities, a network pinger,and Ultra Net Booster.";
fDesc[17] = ", playing online games,, downloading files. It also configures Internet Explorer for better stability";
fDesc[18] = "& Download Manager all in one. Features: Browser integration, Clipboard monitoring, Upload/Download resume , Firewall/Proxy support.";
fDesc[19] = "program activity records that are stored in your browser & other hidden files on your PC.It improves the PC Performance and ensures the privacy.";
fDesc[20] = "faster surfing the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability.";
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 = '...';
}
}