var fDesc=new Array();
fDesc[1] = "offers easy burning wizards separately for Audio disk, Data disk, Copy disk and Erase disk. CDBurnerXP also offers ISO image burning wizard that can be used to burn an ISO image to disk, without NERO Burning tools.";
fDesc[2] = "Publish to most major blog services: Including Windows Live Spaces, SharePoint, Wordpress, Blogger and many others. Don't have a blog yet? Writer will help you set one up! Create a compelling blog easily: Insert photos and videos, maps, tags and lots of other cool content, all in a snap. Powerful editing features include tables, spell checker, and quick hyperlinks. Preview before you post: Writer shows you what your blog entry will look like before you post it, using your blog's templates and formatting. Compose your entries offline: Publish them later, when you get back online.";
fDesc[3] = ", Impress (presentation), Calc (spreadsheet), Base (data base utility) and Draw (a drawing program). Same as Microsoft Office suites, the software calls the necessary program to accomplish the desired duty.";
fDesc[4] = "in your desktop, for the three programs that are included in the package: Writer, Spreadsheets and Presentation. \"Writer\" is a word processor similar to Word 2007. \"Spreadsheets\" is the alternative to Microsoft Excel. \"Presentation\" is the Kingsoft´s version of Microsoft´s PowerPoint.";
fDesc[5] = "printer called 'Doro PDF Writer'. When you send the document to print, the driver converts it to PDF Format. The real work is done by 'GhostScript'. [Which will be installed during setup], like in other PDF converters.";
fDesc[6] = "convert PDF files. Printing support with all the professional features and in-built PDF splitter makes Adolix PDF Converter PRO a complete solution for your PDF-related problems. Adolix PDF Converter PRO offers 128 bit encryption and password protection for your PDF files.";
fDesc[7] = "can figure out and list the CD/DVD readers and writers, along with the firmware utilized as well. It can do plenty of amazing operations like scanning a burnt media for readability errors, to ensure freshness of the backup.";
fDesc[8] = "are using Autodesk Revit, AutoCAD or Autodesk Inventor applications of Autodesk Design, then from the Publish command that is attached, DWF files can be directly created.";
fDesc[9] = "from any application that offers a \"Print\" option. The program is easy to use, just select the CutePDF printer and click the print button. Some advanced options are also available (scaling, multi-page layouts, print quality and more).";
fDesc[10] = "file without the need of having Acrobat reader installed on your PC. The program installs itself as a printer driver, so the only thing you have to do is create your document, select that virtual printer, click on the print button.";
fDesc[11] = "they can be shown and distributed on any computer with any Operating System as a digital document. Any file that can be printed out of any MS Windows application can be converted to a PDF document by means of this free program.";
fDesc[12] = "click. It provides the options to upload photos directly to your Picasa Web Album. For using this plug-in you require a login account or the use of the Picasa Web Album.";
fDesc[13] = "forms and to add any type of text, drawings, and boxes to existing PDF files. Besides, it allows you to add new pages and create new documents in PDF format. This application comes with two free suites of tools – PDFill PDF and Image Writer, and PDFill PDF Tools.";
fDesc[14] = "web blog and like to share their code with the developers community. This plugin is compatible with all the versions of Windows Live Writer, so if you use Windows Live Writer to write your blog post than this plugin is a must for you.";
fDesc[15] = "they have to do it manually, but to reduce this extra work there is a special plugin that goes by the name of Now Playing Plugin that is compatible with Windows Live Writer 2.5.";
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 = '...';
}
}