var fDesc=new Array(); fDesc[0] = "Cook with an intergalactic canine confectioner and serve up tasty treats to extra-terrestrials in this Time Management game! The rent is due on Jessica`s spaceship and it`s up to you as Chill-Li, the epicurean space dog, to bring home the bacon feeding delicious meals to a comical crew of hungry diners from beyond Pluto! Warm up the grill and prepare for a galaxy-spanning journey of fun and adventure with Kukoo Kitchen!"; 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 = ''; } }