var fDesc=new Array(); fDesc[0] = "In Delicious Deluxe 1.0 you´re Emily, a young woman that runs her own restaurant.

She has to deal with everything, but she will be able to have some help achieving success with her restaurant.

The player can choose between two game modes: City to City (where you move from city to city open restaurants) and Day In, Day Out (in which you struggle to keep your restaurant open as much as you can).

As customers arrive, they ask you for their orders. You take their orders clicking on them an then prepare them using the proper device. For example, if they want a capuccino, you´ll have to use the capuccino machine. When the capuccino is ready, you must click on the client to serve his order, and then on the register to cash his check.

When the customers leave, you´ll have to clean up the table to have it ready for incoming customers.

You´ll have a target amount of money to obtain, in certain time. Should you succeed, you can use that money to buy stuff that will help you to better serve your customers."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }