var fDesc=new Array();
fDesc[1] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely.";
fDesc[2] = "popular compression formats. It’s powerful, easy to use, versatile and even has a nice interface. You can compress and decompress most archives using the same program.";
fDesc[3] = "high speed but leaves plenty of air in the compressed file. You can depend on this tool to be your only archiver you need as it's different from the other archiving shells, with its own strong compression format and built in support for other well known files such as (ZIP, RAR, MS-CAB).";
fDesc[4] = "package or to extract the archives you download from the web. Filezip supports opening and extracting archives of the following formats: ZIP, BH, CAB, JAR, LHA,TAR, GZIP, ACE, ARC, ARJ, RAR, ZOO, UUE and XXE. And it can create ZIP, BH, CAB, JAR, LHA,TAR and GZIP archives.";
fDesc[5] = "catalogs, search files and folders, create MP3 playlist file without having the physical disks in the drive. Upon insertion of the corresponding disk, you can open files, split files into smaller pieces, extract ZIP, RAR, and CAB archive, and more. Features include: Fast recording, loading and searching Very small catalog file Tight integration with Windows Explorer Ability to save directory structure to Text Document Ability to export catalog to HTML Document, Microsoft Excel File, Rich Text Format and Text Document Moving, copying, renaming, and deleting catalog without leaving Visual CD";
fDesc[6] = "works fine but it's useless if you have Windows XP or Vista, because you can create, open and extract ZIP archives within Windows Explorer without the help of any additional program.";
fDesc[7] = "operating systems. It has many advanced features for making compression better than before. Most users will simply accept its recommended settings, but it has some advanced settings which are normally demanded by advanced users.";
fDesc[8] = "delivery is capable to control all orders even at the time peak hours. Measurements shown that Delivery can control over than 100 orders in an hour. Modify the order item, add, remove or double an ingredient, to completely satisfy the client's desire in the most easier and fastest way. Send printed order to more than one position (kitchen, bar) following the sort order that is suitable to your needs, regardless the order items asked from the client. All items are categorized and each category can handle different printer as well as cash register machine. Specify the recipe for each item stating all the ingredients and price them. Download and extract zip file called Delivery.zip to your machine. Extract file on the root directory of your hard disk. Locate and run \"Delivery.exe\" and follow the instructions on the screen.";
fDesc[9] = "click.";
fDesc[10] = "Guided Mode, which assists you in every step. Power users, Classic Mode is for you: with advanced drag and drop capabilities, integrated shell view, quick open with a single click and much more.";
fDesc[11] = "files. Best ZIP file reader tool to restore music, images, documents, emails etc from corrupt ZIP files.";
fDesc[12] = "compressed in .zip format. Simply open a .zip file, and Zip Pro will show the files contained in the .zip archive, and allow you to extract them.";
fDesc[13] = ".exe file after extracted files and pass parameter to the .exe file. Add or remove it to context menu.";
fDesc[14] = "video player. FLV files are commonly used in the Internet by YouTube, Google Video and other video services.";
fDesc[15] = "contains a setup program, AutoZip can extract the archive temporarily and run the setup file. From within the AutoZip interface, you can view files with the internal text file viewer. You can also run programs and open documents within the ZIP file simply by double-clicking.";
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 = '...';
}
}