var fDesc=new Array();
fDesc[1] = "utilities as Word 2007, Access 2007, PowerPoint 2007 and others. It allows users to input data into cells included in a grid made of rows and columns.";
fDesc[2] = "contact list, manage a household budget and keep up with your correspondence. Works gives you the basic tools you need to make your tasks easier from start to finish.";
fDesc[3] = "tools as in Microsoft Office, Writer, Cal, Draw, etc but in a freeware version. It is easy to use and install and you can also open extensions such as .doc, .xl, etc.";
fDesc[4] = "contains ... (1) Access 2007 - database management.. (2) Word 2007 - Word processing. (3) Excel 2007 - spreadsheet. (4) PowerPoint 2007 - presentation software. (5) Outlook 2007 - Email and Personal Manager. (5) Publisher 2007";
fDesc[5] = "spreadsheet, a presentation program, a database, a vector graphics editor and a tool for creating and editing mathematical formulas. Various languages and platforms.";
fDesc[6] = "really easy-to-use since most of the utilities within the suite can be controlled and accessed through the Task Launcher homepage. The Works startup screen initially offers access to a calendar and contacts, but you can also view templates.";
fDesc[7] = "visual basic appliaction. It includes excel spreadsheet, chartspace, pivot table and data source connection.";
fDesc[8] = ", 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[9] = "spreadsheet application; Presentations; the Visual Intelligence data analysis software; WordPerfect Lightning, a Web-connected note-taking app; and WordPerfect Mail for managing e-mail.";
fDesc[10] = "runs individually, its configuration is easy and fast. The Main Menu has all the elements to transfer your PDF Format into Excel format.";
fDesc[11] = "2007 format docx, in AppleWorks and ClarisWorks format cwk and in Excel 2007 format xlsx. It doesn't matter if the programs installed on your computer can open docx, cwk and xlsx files, the program will still manage to open and used the mentioned formats.";
fDesc[12] = "many advanced features. Many additional toolbars, menus are present that give a new and interesting look to Ability Office in comparison to other office applications.";
fDesc[13] = "XLCalendar, you can easily make various kinds of perpetual calendars, and custom calendars as you like.";
fDesc[14] = "Downloader also generates color-coded columns providing quick and easy recognition of the trending action of the stock.";
fDesc[15] = "information regarding an Excel spreadsheet, i.e. reports, forms, evaluations, help applications, etc.Well, this is the answer for you. SpreadSheet Convert, is an amazing tool which converts any Excel Spreadsheet to HTML or Java Code.";
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 = '...';
}
}