var fDesc=new Array(); fDesc[0] = "Help the main characters cope with their daily routine in the funny game Carefree Capers: Shaping Up! It’s high time for children to develop their skills such as growing vegetables, pouring them, and gathering the harvest. This is not the only task a child is going to do. There are lots of them: after gathering fruits and vegetables, children are to exchange them to food that is necessary for completing a goal. You are to play for Paulette and Josette, a hen and a cow, so feed them in time with healthy food, do exercises and get lots of rewards! With various types of meals, a special wheel is constantly filled in, so a child gets a chance to know what a balanced and healthy diet is. Play all types of games to help the main characters unlock new vegetables and fruits to crop in the marvelous game Carefree Capers: Shaping Up!"; 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 = ''; } }