var fDesc=new Array(); fDesc[1] = ", MetaCafe and convert them to popular formats like AVI, MPEG1, MPEG2, WMV, FLV, MP4, 3GP, MP3 allowing you to play them on portable devices like iPod Video, iPhone, Zune, PSP, mobile phones, etc."; fDesc[2] = ", and collect tips. You must help the restaurant owners to collect the money needed to pay their rents to Mr. Big, who wants them to fail because he wants his big restaurant to be the only one in the city."; fDesc[3] = "play them on portable devices like iPhone, iPod, PSP, Zune, iRiver Clix, AppleTV, QuickTime, and more. You can also extract audio from video files."; fDesc[4] = "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[5] = "matches on a board). You prepare the customers orders by collecting the required ingredients from a board. Every time you make a match, the ingredients involved are collected to prepare the order."; fDesc[6] = "coffee table photo books customized from the cover. You can select between a letherette generic cover (Portola) or create your own customized printed and coated cover (Ashbury and Fillmore)."; 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] = "choose the name, logo and location of the shop, we get to the game screen. In this screen there are 4 main tabs: Employees, Menu, Upgrades and Customers."; fDesc[9] = "on streaming sites like YouTube, MySpace, and Flurl avoiding the use of your web browser and allowing for a faster process with features like batch uploading."; fDesc[10] = "characters and keep them satisfied in order to make money. Your job is to provide the funny characters (including police offers, nuns, robots, girls, among many others) with beer and keep them happy so they will buy more drinks and leave good tips."; fDesc[11] = "This makes it one of the best web-designing and coding software which is widely used by expert web-designers as well as by novice users."; fDesc[12] = "important decisions such as employee positions, store upgrades, and menu items. You have to everything: from choosing the shop name, logo, city, etc. At first, you can only sell regular coffee, and then when you make more money you can add other types of coffee."; fDesc[13] = "until you get a manager position. This fun game will entertain you with different tasks in an office, making photocopies, drawing balances and making professional phone calls to customers."; fDesc[14] = "mousses. The book is nicely illustrated with drawings and photographs. No problem staying awake reading this subject."; fDesc[15] = "game is to eat as many fruits as you can. Download this fun coffee break game now!"; 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 = '...'; } }