var fDesc=new Array();
fDesc[1] = "your business organized and functioning properly. The application features a nice and very intuitive user interface. It allows you to monitor all the computers in your business providing visual information about every user.";
fDesc[2] = "deal with several customers who arrive to take thier favourite cakes. The plot behind the game seems quite interesting at first sight: a recently graduated girl, looking for her first job, applies and gets a job as a cafe manager.";
fDesc[3] = "and more to manage a business like that. This program enables you to organize everything in your business, including machines, clients, employees, products, etc. and allows you to have everything under control";
fDesc[4] = "software which lets you control some functions of your computer so you could be able to manage and restrict the use of the internet in your home computer.";
fDesc[5] = "that you must serve and satisfy. They will ask for different snacks like hamburgers, pizzas, chips, coffee, donuts and cakes. increase your machines and business to bring more clients.";
fDesc[6] = "and post-paid sessions, timers, pricing, point-of-sale, a terminal protection, print charging, reports, traffic calculation, etc.";
fDesc[7] = "world! Go on an aromatic adventure of coffee collecting in House Blend mode, or try Espresso mode for a quick shot of matching madness.";
fDesc[8] = "a college debt riding on her and a job coming to an end. Her only chance is to travel around the world, working at different joints and proving her culinary abilities.";
fDesc[9] = "computer such as to lock, unlock, restart and shutdown remote computer.";
fDesc[10] = "licenses sold worldwide, Smartlaunch 3.5 is the perfect solution for the operations of any professional cyber cafe. Smartlaunch helps you to handle customer billing, security issues, financial and statistical reports, computer utilities and much more. Combined, these features will save you time and money.";
fDesc[11] = "fish swimming around, yellow sand and green algae. Download and enjoy this wonderful free Cafe Dolphin Screensaver!";
fDesc[12] = "cafe.";
fDesc[13] = "operators to run the gaming center or LAN cafe business. This freeware requires SiteKiosk client software";
fDesc[14] = "strict control over your business. The program features a simple (and unattractive) user interface that allows you to customize almost everything in it to satisfy your needs.";
fDesc[15] = "Weavefuture Muilt Coin Acceptor AK5 It charge user by time of his usage.";
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 = '...';
}
}