var fDesc=new Array();
fDesc[1] = "Reader. ABC Ambar Lit Converter has an easy to use interface and supports several output formats. Most importantly, it has a freeware license and is only 1.2MB";
fDesc[2] = "HTML, RTF, HLP, TXT, DOC, DBF, XML, CSV, XLS, etc.) easily and quickly.";
fDesc[3] = "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[4] = "document format (PDF, HTML, CHM, RTF, HLP, TXT, DOC, MDB, XLS, etc.) easily and quickly.";
fDesc[5] = "This collection includes the most popular versions of solitaire card games, like Pyramid or Fourteen, and its full version is available at no cost.";
fDesc[6] = "(ANSI and Unicode), DOC, XLS, MCW, WRI, WPD, WK4, WPS, SAM, RFT, WSD, and more. It's easy as ABC and powerful as amber.";
fDesc[7] = "long time. Taking CHM files or CHM ebooks, it will convert them to any document format you wish.";
fDesc[8] = "features many card games, slot machine simulations, video and table games ALL in ONE package. Best of all - it's ALL FREE!";
fDesc[9] = "messages to convert, choose the desired format and click a button to save the message(s) in the new format.";
fDesc[10] = "batch conversion and can be run from a command line. Batch conversion ability allows to convert a unlimited number of SWF files at a time. Features: Imports SWF (Flash) files exports to standalone EXE files supports a batch conversion easy to setup and use command line support, multi-language support, skin support";
fDesc[11] = "information in IPD (BlackBerry Backup) files. You can retrieve an address book from IPD file, edit it and then put it back on BB.";
fDesc[12] = "have to do is select the messages to convert, choose the desired format and click a button to save the message(s) in the new format.";
fDesc[13] = ", RTF, TXT ANSI, TXT Unicode, DOC, and more) easily and quickly.";
fDesc[14] = "need of having Adobe Acrobat installed. The user interface is really simple and intuitive, and is available in a lot of languages.";
fDesc[15] = "program converts hlp files to any document (and database) format you wish - PDF, RTF, HTML, DOC, CHM, TXT, DBF, XML, CSV, XLS, MDB, etc.";
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 = '...';
}
}