var fDesc=new Array();
fDesc[1] = "synchronization experience with Windows®-powered PCs and Microsoft Outlook right out of the box. Note: Microsoft ActiveSync works only with Windows XP SP2 or earlier.";
fDesc[2] = "Products. Adobe ExtendScript Toolkit 2.0 comes with CS3 Suites or with separate applications like Adobe Bridge CS3, Photoshop CS3, Illustrator CS3, InDesign CS3, and After Effects CS3. It is not included with Adobe Premiere CS3. This program is quite nice and has limited tools.";
fDesc[3] = "to convert PostScript language files to many raster formats, view them on displays, and print them on printers that don't have PostScript language capability built in; An interpreter for Portable Document Format (PDF) files, with the same abilities; The ability to convert PostScript language files to PDF (with some limitations) and vice versa; and A set of C procedures (the Ghostscript library) that implement the graphics capabilities that appear as primitive operations in the PostScript language.";
fDesc[4] = ", by choosing the files to save, by burning images to disc or creating bootable CDs or DVDs. You will be able also to create audio CDs with audio tracks, or any kind of disc with MP3 or WMA files.";
fDesc[5] = ", enhancing and evening skin tones, enhancing light conditions, and more. The trial version lasts 15 days trial and will add a watermark to saved images. You will have some image size limitations while using the trial version.";
fDesc[6] = "sound design. Easily combine loops, phrases and songs from diverse origins. Create music on the fly, without being bound to a fixed timeline. Improvise song arrangements, instantly drop samples on cue, interact with other performers, musicians or DJs. Record multi-track audio or real-time loops. Instantly change the tempo, melody, groove and sonic signature of your sounds at any time. Enter your samples and work 'from within' to create endless variations. Live 3 combines all of these possibilities in a simple and friendly environment that lets your creativity flow without limitations.";
fDesc[7] = "includes many improved and enhanced features. However, there can be some behavioral changes as this new release includes certain functionalities that differ from the previous versions. The latest update for Microsoft Visual FoxPro 9.0 is Service Pack 2 which is free.";
fDesc[8] = "effects to them, thus beating the limitations of electronic devices. This is achieved by fusing multiple exposures of the picture into one, resulting in a beautiful picture.";
fDesc[9] = "page-oriented, code-based tools, or visual tools that offer limited HTML control. Now, with NetObjects Fusion 3.0, Web professionals can build the dynamic Web sites their clients require to meet the needs of todays sites.";
fDesc[10] = "from the Web, e-mail photos quickly and not exceeding e-mail size limitations, resize images and make thumbnails.";
fDesc[11] = "This program will convert your files but the content of your batch file will be encrypted and it will not suffer any modifications because it will be protected from changes.";
fDesc[12] = "3 clicks. Atomic PDF Password Recovery does not recovers the password needed to open a PDF file, it actually needs the password to remove limitation from a PDF file like, printing, editing, copy and other restriction.";
fDesc[13] = ", speed, reliability, and security.";
fDesc[14] = "allows you to apply mechanisms to efficiently manage DRM, copy protection, and distribution of your most sensitive files. You can make use of different parameters to define your preferred levels of security.";
fDesc[15] = "startup banner, a simple password, runtime limitations, launch date limitations, launch count limitations, send SMS message).";
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 = '...';
}
}