var fDesc=new Array(); fDesc[0] = "Hello Kitty Online (HKO) is the first and only official massively multiplayer online game (MMORPG) of Hello Kitty, Badtz-Maru, My Melody, Dear Daniel, Keroppi and the others! You adventure with thousands of other players and computer-controlled characters in a virtual world full of cuteness and kawaii. HKO provides a brand new experience in gaming with built-in social media like video sharing and blogs. HKO is free to play!"; 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 = ''; } }