var fDesc=new Array();
fDesc[1] = "in-built disk defragment tools which actually work but Smart Defrag works even more faster and uses advanced technology to speed up your disk drive and processing.";
fDesc[2] = "create shortcuts which enable you to launch applications, find contacts or take a picture in a simple, fast and easy way. Its easy to set up, and simple to use.";
fDesc[3] = "with different types of text formats. Apart from being easy to use and intuitive, it supports a wide variety of popular file extensions.";
fDesc[4] = "from PC to mobile phones all around the world. Instant and uninterrupted connectivity with your buddies allow you to chat with them as easily as it would be with an Instant Messaging Buddy.";
fDesc[5] = "application that makes great use of your screen real estate to allow you to move and manage your files with ease. By default Q-dir uses a 4-pane design. You can open any folder on your computer in any of those panes.";
fDesc[6] = "Click on the following links for the driver package readme info:.../extract/Readm e.txt .../WinVista/Readme.tx t This package supports the following driver models:Canon LASER SHOT LBP-1120";
fDesc[7] = "Click on the following links for the driver package readme info:.../extract/Readm e.txt .../WinVista/Readme.tx t This package supports the following driver models:Canon LASER SHOT LBP-1210";
fDesc[8] = "capabilities to transform the whole screen, the active window, or a selected area, into text, an image, or a table. All of these can be automatically stored in your clipboard for later use, while text and tables can also be exported to Word, Excel, RTF, CSV, or TXT files.";
fDesc[9] = "file types. The tool not only acts as a converter but helps to convert the PDF files into most of the commonly used file types. The tool comes as a freeware where user can convert the PDF file to TXT file format.";
fDesc[10] = "speed. The program is very easy to download and install and very easy to use. This new version supports PDF 1.5 protocol.";
fDesc[11] = "several formats. ABC Amber Palm Converter converts PDB or PRC files to any of the following formats: PDF, DOC (MS Word), CHM, WPD (WordPerfect), HTML, LIT (MS Reader), RTF, HLP, TXT (ANSI), TXT (Unicode), RB (Rocket eBook), FB2 (FictionBook), and to the clipboard.";
fDesc[12] = "PowerPoint, and text document. Its compact and well-structured interface makes it easy to use for both the novice and the expert uses. Its high conversion speed is one of its main assets.";
fDesc[13] = "file into a file which formatting fits the screen of the PSP well. As they say on the web page, the Sony PSP is one elaborate piece of technology.";
fDesc[14] = "generating and editing glossaries styles from .xls, .txt and .gls files. It allows the customization for xls data extraction, as the edition of the glossary style in HTML code, including icons, images and links.";
fDesc[15] = "are kept in a folder for those who use the Windows XP operating system or later. Options of this program include showing the full file path or not, optionally displaying file extensions";
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 = '...';
}
}