var fDesc=new Array();
fDesc[1] = "customize many hidden options such as mouse sensitivity, command keys, icons, file extensions, etc. with just a few clicks. Tweak UI is completely free and very easy to use!";
fDesc[2] = "Internet performance and more. It provides a categorized collection of tools and utilities, including a disk cleaner, registry scanner, startup manager, uninstaller manager and more.";
fDesc[3] = "information, Process manager, Optimizer, 1 click cleaner, Repair center, Start up manager, System speed booster, Junk file cleaner, Registry Cleaner, Wallpaper changer, Privacy protector, File Splitter, Shutdown manager and many more utility tools that can customize your system for best performance.";
fDesc[4] = ", improve system security, and meet all of your expectations. It's compatible with Windows Vista SP1 entirely!";
fDesc[5] = "of several registry keys. You can explore the tweak database, select and apply tweaks, save them in profiles, perform undo operations and more.";
fDesc[6] = "tweak and optimize Windows XP very easily. The interface of this application is very intiutive and very little user intervention is required. The optimization is done is within seconds. It increases the overall performance of your Windows XP system.";
fDesc[7] = "speed up our computers and get Windows to work properly and customized to our likes. Well, it's gonna take some work from you to get the job done, unless you use the Tweak-XP Pro Auto-Tuner wich is designed to save you time.";
fDesc[8] = "make sure that your PC is running at top efficiency and speed. Tweak your XP for optimal results.";
fDesc[9] = "utilities in one: it was developed to combine both tweaking and optimizing features to increase the speed of your Windows XP system.";
fDesc[10] = "and setup all the bits and pieces of our system, including Windows, Accessories, Desktop, Explorer, File Systems, Login and Authentication, Start Menu and Task bar, Startup and Shutdown, System, Troubleshooting, Hardware, Network, Security and Software.";
fDesc[11] = "appearance of Icon title and menu alignment. You can control the Control Panel by appearance style display applets and enable or disable any icon of the Control Panel.";
fDesc[12] = "and manage the system. The program has many tools that can optimize, tune and tweak a Windows based computer. The user interface makes using all the features even easier.";
fDesc[13] = "elements in your registry, fine tuning them to get the better possible performance. Tweak-XP Pro include more than 56 different utilities, offered in several sections.";
fDesc[14] = "in your hands. So you can modify any or all settings listed in Internet Tweak to control the behavior of various internet related applications and you can optimize your system and internet related applications to boost the speed of internet, so you will get best peak performance.";
fDesc[15] = "best way to tweak and optimize your Windows XP system. Advanced XP Tweak gives your system the look you want, and optimizes its performance.";
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 = '...';
}
}