var fDesc=new Array(); fDesc[0] = "Chiki Chiki Boys is set in the lush world of Alurea, a land of green meadows, lush running rivers and blue skies full of puffy white clouds. The ruler of this magical world, King Chiki Chiki is overjoyed to find out that his wife had gave birth to twins, two boy scouts! Unfortunately, it seems like the kingdom's celebrations would have to go on hiatus as the evil fat clown, Riepohtman and his army of demonic beasts have invaded the Chiki Chiki land."; 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 = ''; } }