var fDesc=new Array(); fDesc[0] = "Mary le Chef - Cooking Passion is a time management and cooking game for Windows users. You will enjoy 60 restaurant levels, and 30 extra challenge stages across 6 charming chapters. You must prepare 70 different dishes, and upgrade your restaurants and menus. While cooking all those tasty recipes, you get to watch a wonderful story unfold. Mary works at large law firm - and being a real Vanderworth, her parents expect Mary to have a successful career as a lawyer. Except, Mary feels she has a different calling - she loves cooking, and wants to become a chef."; 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 = ''; } }