var fDesc=new Array(); fDesc[0] = "Carnival mania is a great fun game where you run a Park of attractions and entertainment. In this game you must buy land, hire workers, buy materials, build and upgrade the attractions of the park. This game has many levels where you must complete different tasks, each level will indicate your task at the beginning. The main goal of this game is to earn money; it is the main resource to hire workers, buy land and build different attractions to entertain your costumers. The target is to maintain costumers happy. In this game you will find lots of activities to do; like planning the purchase, where you make the architectural designs for the attractions; construction, where you build or maintain your place; upgrades, where you upgrade materials, staff or incomes; repairs, where you buy tools and hire workers; and sales, where you sell your structures to get some quick cash.
This game is a great and easy entertainment; all you need to play is your mouse, move your mouse over your objective and press the left button to select your option. You must follow the task in each level to complete your mission and reach new levels. You must complete one level to open new attractions for your costumers."; 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 = ''; } }