var fDesc=new Array(); fDesc[0] = "Chloe's Closet is a pack of puzzle and adventure mini-games. You will train your reaction and attention in the arcades where you need to help Chloe overcome various obstacles, explore the galaxy world with stars and planets while collecting magic stars, check your mental arithmetics in Magic Numbers while counting sheep, clouds, and other items of exact color, and more."; 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 = ''; } }