var fDesc=new Array();
fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta.";
fDesc[2] = "documents and image files into fully editable text documents. It handles the recognition process automatically, but you can also define areas of text, graphics and tabular formatting.";
fDesc[3] = "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[4] = "to convert paper documents and image files into fully editable text documents. In the 9.0 version, overall accuracy has been increased especially on documents containing tables, legal documents, multilingual documents, and digital camera captured images.";
fDesc[5] = "card, removable drives, floppy disks, etc. These files (or folders) stay in the system once they are deleted because of accidental actions, formatting, Windows reinstallation, hard disk failure, empty the Recycle Bin, partition errors, by mistake, etc.";
fDesc[6] = "customizable computer within your desktop! Without the need of formatting, or getting an additional computer, with this application you can test drive an operating system, software, or a configuration and see if it fits your needs!";
fDesc[7] = "to its superior page layout algorithms, converted documents look exactly like the original with columns, tables, bullets and graphics.";
fDesc[8] = "convert paper documents and image files into fully editable text documents. It handles the recognition process automatically, but you can also define areas of text, graphics and tabular formatting.";
fDesc[9] = "interface is really easy to use and intuitive, offering many customizable toolbars, sound effects, and useful hotkeys. It includes all standard text formatting features including spell check and auto-correction.";
fDesc[10] = "surface, all files and partitions are eliminated, and it defines or re-creates the tracks and sectors on the disk. Then, it is possible to fix or repair a damaged disk.";
fDesc[11] = ", this one has a twist. It allows you to completely convert a PDF file conserving its original formatting, which many other application just can't do.";
fDesc[12] = "movie scripts, TV episodes, and stageplays, Final Draft combines powerful word processing with professional script formatting in one easy-to-use package. There is no need to learn script formatting rules - Final Draft automatically paginates and formats your script to industry standards as you write. Use your creative energy to focus on content; let Final Draft take care of the style.";
fDesc[13] = "presentation formats, preserving the original documents format (images, backgrounds, colors, etc.). The output result file is a document generated in another format that is very representative of the original file.";
fDesc[14] = "creator. However, Excel is a general-purpose desktop tool, but not specialized to store, organize, and manage large amount of data. Excel Invoice Manager combines the advantages of Excel and back-end databases, and let them do what they are best at: using an Excel template to create, calculate invoices and reports, using a back-end database to store and manage all persistent data like customers, products, invoices and payments. The invoice template included is completely free and can be used standalone to create invoices. This means all calculation is done by the invoice template itself, and all Excel tools are available to you for customizing invoices and reports, such as customizing fonts, colors, terms, even formulas for calculating taxes. Yes, without leaving your familiar Excel, you can create very own professional looking invoices! The Excel Invoice Manager COM add-in connects...";
fDesc[15] = "underlined mistakes; learning spellchecker. Powerful text formatting options - make your own presets for common functions.";
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 = '...';
}
}