var fDesc=new Array();
fDesc[1] = "a phone, back up and restore phone data, import and export contacts and calendars. This program can use the mobile phone to connect your PC to the Internet.";
fDesc[2] = "and DVDs. You can choose between several static and animated menus and preview everything before burning the disc. You can also burn standard DVD files (VIDEO_TS folders containing files. VOB. IFO and. BUP).";
fDesc[3] = "files in over 400 file formats (GIF, BMP, PNG, JPG, JPEG, TIFF, PCX, ICO, IMG, PDF, PIC, PSD, RAW, RGB, TGA, and many more).";
fDesc[4] = "that you see when you open My Computer. Below the icon of each drive, you will see a progress bar, that will show you how full the drive is.";
fDesc[5] = "Windows. It basically gives you the ability of creating and modifying ID3 tags right within Windows Explorer. It adds two new tabs to the properties dialog of the MP3 files. From there, you can add information about your MP3 songs.";
fDesc[6] = "automatically, without modifying your system in any way. The main windows of RamBooster show you by default the target level of free RAM (by default, 1 Mb.), your Free RAM at this moment, and the percent of Free RAM and CPU usage.";
fDesc[7] = "allows many operations over different formats and layers of mapping information. It can open almost any mapping file format for modifying or simply converting it. Global Mapper runs on Windows 98/NT/2000/ME/XP (32-64 Bit) / Vista (32-64 Bit) platforms.";
fDesc[8] = "settings that operate behind-the-scenes of your PC. The program checks the configuration of the MTU (Maximum Transmition Unit), RWIN (Default Receive Window), TTL (Time To Live), Black Hole Detection and Automatic Discovery parameters.";
fDesc[9] = "each keyboard key. You can specify keys and related sounds by yourself, thus modifying any existing scheme or creating a new one. The program will help you to get many other schemes, as it provides the option to download new schemes from its home page.";
fDesc[10] = "to open and modify MS Excel files. It can use three password recovery methods: advanced dictionary-based attack, a brute-force attack and a brute-force attack using an advanced mask.";
fDesc[11] = "protected Adobe Acrobat PDF files, which have an \"owner\" password set, preventing the file from editing, printing, modifying the document, adding or modifying text notes, and AcroForm fields.";
fDesc[12] = "MP3 files and content of their ID3 tags. JJ MP3 Renamer is a perfect candidate for becoming such a tool. This absolutely free tiny utility has a lot of really useful features. You can edit such music information as artist name, song title, album name and many more.";
fDesc[13] = ", faster, and higher quality broadcast media for the average user. Mp4UI is an easy-to-use tool for opening, creating and modifying MP4 files. Mp4UI is extremely user-friendly software which comes with a nice GUI. Mp4UI allows user to import, export, delete and hint tracks.";
fDesc[14] = "is easy to learn and use and all the output result files are preview if desired. User interface is very intuitive and is simple to use by means of the system mouse. The software allows to import CSS projects and sheets for editing and modifying or updating.";
fDesc[15] = "operating systems.Tweaking an operating system refers to modifying software, hardware or other settings that affect how the operating system works.";
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 = '...';
}
}