var fDesc=new Array();
fDesc[1] = "of alternative e-commerce and travel vendors for other offers, and displaying them alongside any shopping or travel website.";
fDesc[2] = ", Windows Vista support, Windows security support, telnet access, multiple monitors support, various connection modes, etc.";
fDesc[3] = "wizard-like approach for executing backup tasks. Apart from just storing files to a desired location, the program also has capabilities to synchronize, mirror, and group files.";
fDesc[4] = "for many games. The cheat codes for any game is available in the internet now, just by a Google search. Cheatbook database is for offline use, when you need a cheat code! The program database contains tens of thousans of cheat codes.";
fDesc[5] = "dictionary from the wide range they offer. Each dictionary module is a complete language reference, including tens of thousands of indexed entries. Conjugation information is provided for each language.";
fDesc[6] = "stations and broadcasts. Basically, it acts as a front-end tool for several programs with the sole purpose of recording and downloading online music.";
fDesc[7] = "everything you need for your cell phone including tens of thousands of logos, tones, fun images, voice ringers, games ...";
fDesc[8] = "users to easily burn custom data, audio or mixed mode CD's. FB can burn audio tracks from MP3 files with its on the fly decoding support. FB can also be used to copy data or audio content from a user's CD. FB is shareware. Continued use past 15 days requires registration.Key features:Compact, standalone EXE Skin graphic interface Intelligent code that communicates with your IDE or SCSI recording devices via any ASPI interface without the need for bulky drive databases Record on most CD-R/W drives using Session-at-Once (SAO), Disk-at-Once (DAO) or Track-at-Once (TAO) Powerful and stable on the fly MP3 decoding! Burns Cue/Bin disc image files Burns ISO, WAV, and raw PCM audio track image files Creates custom CD's from source files and directories via drag/drop interface Rips discs from source CD's to Cue/Bin disc image files Rips tracks from source CD's to ISO, MP3, WAV or PCM track...";
fDesc[9] = "against phishing sites. SpyCatcher also stops spyware reinstallation, protects your browser settings and more.";
fDesc[10] = "\"Euros\" (for example). Also, use this program to convert numbers to letters in cells. Excel 2000 or higher required.";
fDesc[11] = "meet the diverse and complex scheduling requirements of organizations from small workgroups to the largest enterprises. Meeting Maker is a market-driven business tool that increases productivity while reducing cost, and provides instantaneous real-time access to free and busy time information. Meeting Maker is a highly-scalable IP-based system supporting tens of thousands of concurrent users on a range of computing platforms including: Java, Macintosh, Windows and UNIX. Meeting Maker is currently installed on over 700,000 desktops at major corporations and academic institutions worldwide including: amazon.com, Apple Computer, Cisco Systems, NASA, Qualcomm, Time, Inc. and the University of Michigan.";
fDesc[12] = "This application features a unique method based in mental calculation that improve learner's capabilities to solve any type of Math problems at ease, without the need of calculators or pen and paper. This program is suitable for children and adults alike.";
fDesc[13] = "considersthousands of images for each possible location and picks the best match. This version features license, readme, and whatsnew text files and an i...";
fDesc[14] = "certificates about the history and meanings of last names.You could offer just these surname printouts and nothing else and make a living!";
fDesc[15] = "opportunities Windows. Now at you all in one program!";
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 = '...';
}
}