var fDesc=new Array(); fDesc[0] = "Ice Cream Dee Lites is a game set in an ice cream parlor that not only includes activities to the public but will test your skills and strategies for commercial investment. You will identify yourself with a nice lady who has decided to install its own ice cream stand and has to learn to do everything from scratch. If you manage to serve to all customers on time, you can increase revenues and thereby advance to the next level. Each time you complete a level you will have the opportunity to update and expand your business, investing part of the gain in machinery and inputs to improve service, increase varieties of products or achieve a faster production.
It's a fun game for the whole family, because it can be played by the little ones with some help from parents but also it’s an amusement for the elderly! To the smaller ones can result entertaining the ice cream parlor environment, and it’ll also help them to exercise shapes and colors recognition, as well as coordination of times and orders. The elders will enjoy challenging the clock to increase production and so grow the business.

While it's a fun game, you can find it somewhat routine over time, mainly because you’ll always have to start from scratch and will not be able to select the level you want to play. It is played only with mouse, so it can be a game suitable for younger, since it does not require combined skills of keys and mouse.

The free version is complete but will only allow you 60 minutes to play, if you want to access the full version you'll need to purchase a license. One aspect to be clarified is that the installer file is very small but you’ll need to have an Internet connection after running it, because in order to complete the installation you’ll need to download the rest of the game components."; 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 = ''; } }