var fDesc=new Array(); fDesc[0] = "It's a girl! And a boy! In fact, it's every adorable baby in DinerTown, all bundled up for you to lavish with love. Keep these DinerTown darlings cooing by helping out Wilson, who's in over his head running the local daycare. Now's the time to make a play date with the game that's literally crawling with fun!"; 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 = ''; } }