var fDesc=new Array(); fDesc[0] = "Crazy Cooking is a cookery simulation game. It contains 40 various tasks split into 4 levels - from a simple dishwasher to a Chef.
When you familiarize yourself with basic cooking skills, you'll be able to test them by finally cooking something. Crazy Cooking contains nearly thirty authentic recipes you can try."; 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 = ''; } }