var fDesc=new Array(); fDesc[0] = "Ginger is a starry-eyed young chef competing for fame and glory. Join her in a plight to win the celebrated Go Go Gourmet Chef of the Year Contest. Pitted against seven of the world`s best chefs, help her sauté her way into 1st place with mouthwatering recipes. Add some spice with up to 21 fashionable cooking outfits! Cook with Go Go Gourmet: Chef of the Year in a Time Management tour of seven countries.

Main features:
- Hidden Object/ Time Management sequel
- Scrumptious mini games
- Help Ginger reach stardom
- Keep the stove hot in Go Go Gourmet
- Get help at our Forums"; 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 = ''; } }