var fDesc=new Array();
fDesc[1] = "technologies like HTML, Ajax or Flash. Developers can take advantage of their knowledge in website creation to develop multimedia applications. In other words, from a web application they can create a general application with the contents and utilities of a web application.";
fDesc[2] = "enables organizations to reliably manage mission-critical information and confidently run today’s increasingly complex business applications. SQL Server 2005 allows companies to gain greater insight from their business information and achieve faster results for a competitive advantage.";
fDesc[3] = "manage your collections of flash videos.You can create a Playlist by adding necessary tags and rate your videos. In Personal videos, you can queue up videos and download them. In Favorites you can automatically download the latest episodes of your favorite TV shows.";
fDesc[4] = "overview that helps you keep track of your expenses. Put savings targets and then perform a monthly analysis of your finances to see how much you're really saving.";
fDesc[5] = ", complete and expandable. The concept behind the interface and work methods in Maya are extremely smart, and the program offers extreme control over every aspect of your work. The learning curve is steep though, so you will need to invest time in order to master this 3d beast.";
fDesc[6] = "analysis, a tool that many companies use to know the sites you visit, and where are you physically located. Tor 0.1.2.19 achieves this by bouncing your communications around a distributed network of relays run by volunteers all around the world.";
fDesc[7] = "as filling in familiar checks, invoices, and forms onscreen. Get all the features of QuickBooks: Basic, like easily pay bills, print checks, track expenses and much more. Customize 100+ pre-designed forms to create a unique look. Exchange data with Microsoft Excel and more than 325 other software applications. Track employee time and job costs. Create reports comparing estimated costs to actuals.";
fDesc[8] = "and log related faults and repair jobs. It has been designed to be extremely user-friendly such that it can be used effectively by users even with no previous IT background. Maintenance Manager is a flexible CMMS package that can be used by a range of enterprises ranging from small companies managing their office equipment to large manufacturing companies managing their production chain.";
fDesc[9] = "needs. This version is completely free, but big companies may need to buy the more full-featured Office Accounting 2008 Professional which includes more complex tools, such as multi currency support, which is an essential feature for businesses selling to international customers.";
fDesc[10] = "accounting needs. This version is completely free, but big companies may need to buy the more full-featured Office Accounting 2007 Professional which includes more complex tools, such as multi currency support, which is an essential feature for businesses selling to international customers.";
fDesc[11] = "developers, enabling them to capture the developmental progress of products from the design stage, then step-by-step, all the way to final manufacturing and Technical Publishing ready for Purchasing.";
fDesc[12] = "incoming and outgoing cash flow including sales, receipts, payments and purchases for a single or multiple companies. Features: Set up and manage one or multiple companies. Track outgoing payment and purchasing transactions. Track incoming sales and receipts. Input journal entries manually. Reports include balance sheet and profit & loss plus more. Regional format settings include currency symbol, end of financial year, decimal point display and paper size. Send reports automatically by email or fax. Combine with our other free business applications for no-cost business management. Express Accounts is completely free.";
fDesc[13] = "different species. That information includes colorful pictures to get to know plants and flowers that might not be able to growth in your region of residence. It comes in three different versions: Free Edition, Standard Edition ($27.03), and Professional Edition ($94.95).";
fDesc[14] = "field. Based on this, other companies created programs that help strengthen the options for these large companies. In this occasion we are reviewing a program called Gmail Account Creator; this is software which allows you to create unlimited Gmail email accounts in seconds.";
fDesc[15] = "categories and add profiles for target companies. The program can send your personal details plus your presentation letter along with your attached CV, according to your preference.";
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 = '...';
}
}