var fDesc=new Array();
fDesc[1] = ", spreadsheets, presentations and more), and also create PDF files from a web page through an optional toolbar for the web browser. PDFCreator acts like a virtual printer who \"prints\" the selected document or web page into a PDF file, choosing from a complete set of options.";
fDesc[2] = "including PDF documents in the searching process, you need this software. Why is that? Because standard search engines doesn't understand PDF language so they need a “translator” to help them up.";
fDesc[3] = "really friendly interface that will guide all users, step by step, on how to extract audio, or sound or background from any video file in a fast way.";
fDesc[4] = "RAM. Dr.Web for Windows performs real-time interception of calls to files on hard and floppy drives, CD/DVD/Blue-ray/Flash drives, and smart cards";
fDesc[5] = "installed and run in English or German. You can choose to install support for AAC/M4A format to play non-drm iTunes files (Internet connection required).";
fDesc[6] = "save all your product keys to a text file for printing or copy the serial number to your windows clipboard.";
fDesc[7] = "all basic tasks like move, copy, eliminate files, execute programs, view images, etc., but there are other many great features that, I'm sure, they will make from Directory Opus an essential tool for your Windows.";
fDesc[8] = "usual XP menu, adding some features. You will see the user´s name on the top of the menu, the day, location, weather conditions (temperature, humidity, winds). On the right you will see the calendar of the current month, with the current day highlighted in white.";
fDesc[9] = "Internet. Its interface is web-based, very colorful and understandable. You can see the event list (program operation) and the Internet activity, apply time restrictions, use URL wildcards, grant full access for a few minutes, and a lot more.";
fDesc[10] = "uses the method of touch typing, which consists in typing using the ten fingers without looking at the keyboard. The program is simple, very easy to use, and aims at training users through a simple and effective game.";
fDesc[11] = "program. Extra DVD Copy support copy most DVD-5/DVD-9 type DVD movies to DVD-9(Dual Layer), DVD-5, hard disk with no qulaity loss, remains the original picture perfect, and keep video-audio synchronization. It's Worldwide most popular DVD movie copy software. Now support Windows Vista.";
fDesc[12] = "in changing your product key, you can also change other information related to your system such as registered owner, registered organization and the computer name.";
fDesc[14] = "key for your Windows XP, along with the installed Windows Version and Service Pack. You can then replace the product key, and the registration info, with whatever you want.";
fDesc[15] = "basics in order to get more and more deeply into this fantastic practice. You will be able to read and play a lot of chords, scales and progressions on a realistic fretboard.";
fDesc[16] = "At startup, we can select several options, such as full screen, video mode, music volume, sound volume, voices. In this game, we but click on the colored blocks as quickly as possible and make them disappear, before the laser ray of the green frog hits the blocks.";
fDesc[17] = "like opacity, color, starting points, light angle, and so on. This evaluation version can be used up to 30 times, after which you mut purchase a license.";
fDesc[18] = "from our own Collectorz.com Game Database, including title, publisher, developer, platform, genre and the cover image.";
fDesc[19] = "notes on your computer's screen. The program will show you the notes while the music file is being played. The program will also allow you to download lots of MIDI files from the Internet.";
fDesc[20] = "Windows Explorer. WinNc uses the same key shortcuts and the same mouse functionality as a well known filemanager for DOS called Norton Commander.";
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 = '...';
}
}