var fDesc=new Array();
fDesc[1] = "Using MP Navigator you can send image for printing, attach to e-mail or save it in PDF format. MP Navigator is easy and handy. It is aimed for ordinary users and allows scanning photos and documents quickly and easy.";
fDesc[2] = "between 50 wpm and 1500 wpm. Reading speed is set using four ranges (very slow, slow, medium, and fast) and a slider is provided to adjust the speed within each range. Speed settings are saved between sessions. Any plain text file may be used but eBook text files can be downloaded free from the internet. The user should copy just the eBook text, paste into a TextEdit file and save as plain text with Unicode UTF-8 encoding. This file is then used as a source file. Select this source by clicking on the \"Choose New Source\" button and navigating to the file. The line number of the line being displayed is shown together with the total number of lines in the source text file. You can pause and continue at any time. If you do not finish reading a text file, eBook Library will remember the last line read and provide this information when you relaunch to continue reading. In that case, you...";
fDesc[3] = "secure Adobe PDF documents. With Acrobat Elements you can: * Create Adobe PDF documents * Print to Adobe PDF * Create accessible Adobe PDF documents * Use a de facto standard * Distribute files electronically * View and print reliably * Protect files * Help restrict access";
fDesc[4] = "documents such as brochures or flyers using more adapted software than a word processor, to create pages with all kinds of design elements, such as formatted text, photographs, lines, and pictures. Users can create brochures, newsletters, memos, postcards, envelopes, Web pages, and many more.";
fDesc[5] = "programming experience is necessary! Just click and drag your mouse a few times, and like magic you can build a menu which will pop up when your disc is inserted into the drive. From the menu you can launch applications, open documents, play movies, and do much, much more. This is the simple, elegant solution to your disc creation needs.";
fDesc[6] = "education, knowledge, projected position and area of expertise, it builds your resume, extracting ideas from a thousand built-in sample resumes. You can´t dowload a trial for ResumeMaker Professional. The provided link will allow you to download the product, but you will have to pay for it first.";
fDesc[7] = "you don´t need to install it, you can simply run its executable, WindConf.exe, even from a diskette. If you saved a profile in the same diskette than WindConf.exe, you can apply that profile on several computers.";
fDesc[8] = "application is launched, it offers three main initial options TO CREATE a PDF document, TO CONVERT PDF to Word, and to MERG PDF documents in one (by adding PDF files to the merge list).";
fDesc[9] = "with it. Foxit PDF Reader is small (the download size less than 1MB), so you can download it quickly. It doesn't need any lengthy installation, so you can start to run it as soon as you can download it. And it starts up immediately, so you don't need to wait the annoying \"Welcome\" screen to disappear. Foxit PDF Reader is extremely easy to use, just double click it to start and then click open button to open your PDF document. If you want to print, click on \"Print\" button. If you want to setup the page layout for printing, select \"Print Setup\" from \"File\" menu.";
fDesc[10] = "to create powerful menus without the need for programming experience. You can create menus with buttons for automatic, photos, text, html, flash files, RTF files, GIF files, hyperlinks, \"hot spots\", timers and more.";
fDesc[11] = "you have lots of bills, invoices, or contracts that need to be catalogued and if you like to keep things in order, ArchiveIT! is just the thing for you! ArchiveIT is simple to use and its intuitive menu will ensure that you master the use of its functionalities in just a few moments. We have created it for everyone – not only for archiving experts.";
fDesc[12] = "automatically on startup or single click on demand.";
fDesc[13] = "keeping your privacy encrypting and hiding your sensitive files. It also offers the option of burying the encrypted files within another still working above suspicion file, such as a Microsoft Word document or a bitmap image. Moreover, KPKFile Pro creates secret folders on your disk drive that's impossible to access without the proper password. The program can also wipe hard disk content by multiple data changing to make useless file undeletion. Besides, KPKFile Pro manages an encrypted database of passwords and related data, and comes with a free new tool allowing you to encode credit card data in a simple and safe way too. Eventually, the program can perform automatic clearing of Internet Explorer History (IE typed urls), recent documents menu (recent docs list), and items in the run command history (run MRU list).";
fDesc[14] = "Kill Docs sits in your system tray and clears your Documents menu when double clicked, or at preset timedintervals.Require s the VB 5.0 Runtimes.";
fDesc[15] = "specific entries while removing others. It is possible to have the menu cleared at intervals or manually.";
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 = '...';
}
}