var fDesc=new Array();
fDesc[1] = "Discs. The Essential version is normally included within bundled hardware like recorders or pc systems. The software included may depend on the manufacturer specifications.";
fDesc[2] = "applications called gadgets, those gadgets offers us a quick access to different tools or functions that may be useful on our daily duties. Microsoft included a little list of gadgets with their sidebar, however there are much more available on vistagallery.microsoft .com.";
fDesc[3] = "up.Various plans offer you to purchase music to as low as 25 cents per track of 10$ for a whole book. So enjoy the music at almost a cost considered to be free.";
fDesc[4] = "printing Avery labels, business cards, dividers, t-shirt transfers, greeting cards and more. Design Pro represents a great tool to customize and print professional looking labels, CD labels, business and greeting cards";
fDesc[5] = "awesome wildlife scenes. Challenge yourself with four distinctly addictive game modes. And you can save your progress as the game goes on.";
fDesc[6] = "upcoming of MP3s. In its first version, it had two decks for play back MP3s, pitch, and scratch and mix them with automatic beat detection. BHV MJX Stream is the latest version of MJ, and provides the best package design, featuring the world famous Miss Shiva.";
fDesc[7] = "must battle hundreds of enemy spaceships, firing your laser gun, homing missiles and many more weapons. Some enemies, when hit, will release power-ups. By catching them, you will get extra life, strength and weapons.";
fDesc[8] = "see if you can make happen in real life what you’ve been studying at college. The game allows playing single or multiplayer mode (through Internet or LAN).";
fDesc[9] = "Quick Service Restaurants, Deli and Retail Sales. Includes Inventory, Customer Management, General Ledger, Reporting, Multiple Taxes, Discounting and more. Can be used with up to 100 terminals for one low price. Integrated Credit Card Processing option. Use Plexis POS in your business today for Free!";
fDesc[10] = "program with all the features you need to successfully run your retail business, including: Windows Vista Compatible Track Customers, Inventory, and Vendors Create Layaways and Invoices Supports 40 column receipt printers/laser printers/ink jet printers Automatically create Purchase Orders based on re-order points Includes over 100 reports, including profit reports, stock reports, best sellers, etc. Supports Promo Pricing, Price Breaks, \"2 Fer\" Pricing Print your own Barcode labels! Create and manage in-store Coupons ... and much more!";
fDesc[11] = ", inventory and labour management. A rich set of reports covers all retail operations. Easy to install and use; affordably priced.";
fDesc[12] = "database for stock and customers, an intuitive interface for sales staff to work with and powerful reports and transaction tracking. The program can be coupled with a bar code scanner and is designed to allow the main operations to be used from a touch screen. Support is provided to operate a till and separate receipt printer. The facilities include bar code printing, email reports and customer accounts.";
fDesc[13] = "combination of the two. A server application can be setup to allow data sharing and synchronization between stores.";
fDesc[14] = "Solution and at the same timefunction as an Accounting and Invoicing System.";
fDesc[15] = "by LingvoSoft, gathered all together in a unique software. The first obvious advantage of acquiring this suite instead of its components is of economical nature. Four LingvoSoft language learning and translation tools are included.";
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 = '...';
}
}