var fDesc=new Array();
fDesc[1] = "batch converting documents to PDF in programs Support both 32 and 64 bit windows Support Windows Vista";
fDesc[2] = "professional-quality documents in the PDF file format with batch.";
fDesc[3] = "spreadsheets into professional-quality documents in the PDF file format with batch.";
fDesc[4] = ", license-managed games and programs that can be run in a window of any shape, full-screen, or even as a full-featured screen saver.";
fDesc[5] = "used in Windows and electronic devices (Mobil, phone, DVD player and any other LCDs).";
fDesc[6] = "support a great number of file types, save and restore the list of documents to merge to, support advanced PDF export options, etc.";
fDesc[7] = "run, runs with breaks, and the newly added monthly subscription.";
fDesc[8] = "who uses the Internet. Works with browsers as AOL, IE, MSN Explorer, Opera, Juno and Netscape.";
fDesc[9] = "file format with batch.";
fDesc[10] = "Quality videos directly from YouTube repository. All videos are in advance prepared for iPod/iPhone/PSP/Smartp hone/etc.";
fDesc[11] = "tool for anyone who uses the Internet. Works with browsers as AOL, IE, MSN Explorer, Opera, Juno and Netscape.";
fDesc[12] = "formats are supported. Advanced features include batch format conversion; thumbnailing; screen capture, slideshow, and much more";
fDesc[14] = "files, set document's information, charset and push \"Start\" button. PDF document information will changed.";
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 = '...';
}
}