var fDesc=new Array();
fDesc[1] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well";
fDesc[2] = "skins. You can change the look of your Windows to Mac, Vista or your favorite game or a sport theme like cars, or cartoons and much more. WindowBlinds offers 8 themes that come along with the program.";
fDesc[3] = "customized to our likes. The easy and fastest way to get TweakVI to work is to use the “Auto Optimize System” option, is not available in the free edition";
fDesc[4] = "access to several Windows settings that aren't usually accessible to regular users, so they can customize Windows to make it more suitable for their likes and needs.";
fDesc[5] = "it brings you an All-in-One set of powerful and neatly classified tools, settings and tweaks.";
fDesc[6] = "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[7] = "graphics editor. IconDeveloper doesn't. Instead, it assumes that most people who want to create icons are either going to create them using an existing graphics package like Photoshop, MS Paint, CorelDraw, or they take existing images (.BMP, .PNG, .JPG, etc.) and turn those into icons. So instead of putting effort into a bitmap editor, IconDeveloper focuses itself on making it really, really easy to turn existing images into Windows icons and allowing for common modification of those icons (resizing, color changing, etc.). The result is a program that makes icons extremely fast, extremely well and extremely easily.";
fDesc[8] = ", shred, split, rename one or more files, change extensions, dates and attributes, preview images, and 42 more!";
fDesc[9] = "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[10] = "it (program short cuts, system commands, etc.) as well as change its look by \"skinning\" it.";
fDesc[11] = "changed to look exactly like Windows Vista and there are other tools and features which will simulate the wonderful performance and appearance of Windows Vista.";
fDesc[12] = "configure general performance options, it also offers other options for customizing Windows Explorer, Internet and Windows Security. Although the program lets you perform critical registry modification, you need absolutely no experience to use it.";
fDesc[13] = "hidden settings. Optimize your CPU, RAM, hard drive, Internet speed, network, security, Windows, IE, Office, cheat at Hearts and more!";
fDesc[14] = "XP is a Microsoft 'Best Choice Shareware' awarded File Manager. Download your FREE 50 day trial today!";
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 = '...';
}
}