var fDesc=new Array();
fDesc[1] = "enough to keep them happy, make money and offer new products, continuously improve your restaurant to make it the best.";
fDesc[2] = "description, images, prices, condition, etc. to eBay. Search engines for finding specific items. No HTML knowledge, lists edition for adding items, reusing the lists, change the list format or get templates, add pictures, payment conditions, shipping, taxes, and upload them at once.";
fDesc[3] = "if you use the older versions can see this. It is easy to use, you just install it, search and download, support multiple searches and downloads too, the interface is elegant and you can choose what languages use because the international version has many.";
fDesc[5] = ", Turbo Pascal and Delphi. Its interface is very similar to Borland Turbo Pascal, but with more options. Free Pascal was created by Paul Florian Klämpfl, a student that decided to create his own compiler when Borland made the announcement that there wouldn't be a Borland Pascal 8 version.";
fDesc[6] = "to increase the download speeds of uTorrent. It increases download speeds way up so you can grab the files you want so badly, much quicker. uTorrent Turbo Booster allows you to download applications, movies, music at a very fast pace.";
fDesc[7] = "increasing browsing speed. Surf the web Faster! This amazing software increases web speed 300%. Download it, install it and in 1 minute speeds your Internet up with one click!";
fDesc[8] = "topermit you downloads of MP3s, movies and other desired files at highest speed.";
fDesc[10] = "In this game you must serve people what they want as fast as possible. As you get through the stages you earn money. This money can be used to buy new machines, to increase the price of food, and to upgrade your restaurant to keep clients happy.";
fDesc[11] = "downloads and disconnections, traffic congestion, improving download speed and reliability";
fDesc[12] = "have to hand him a menu. After a little while the customer places the order. You have to prepare the order and finally give it to the customer, everything as soon as possible. When the customer receives the order, pays and goes.";
fDesc[13] = "photos with multiple options, then Turbo Photo is an excellent program to try. With this powerful application you will be able not only to edit your photos in a professional way, but also create beautiful albums for your pictures.";
fDesc[14] = "home network, enabling you to share fi les and peripherals with other wireless PC's or Notebooks. If you have a Wireless Router and a broadband internet connection, the USB Adapter enables you to surf the web Wirelessly.Between Turbo adapters and Routers a Wireless transfer speed of up to 35Mbps can be reached. This makes the 54g Turbo range perfectly suitable for sharing heavy Multimedia fi les, like digital movies and music, ensuring maximal performance and benefi ts from your Wireless Network and your Broadband internet connection.The 54g Turbo adapter is compatible with both the 802.11b and the 802.11g standards.";
fDesc[15] = "program can be an excellent alternative to Windows Explorer. With Turbo Browser you can preview almost all files formats: text files, documents, graphical and multimedia files and others.";
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 = '...';
}
}