var fDesc=new Array(); fDesc[0] = "Kai-Lan's Great Trip to China Kai-Lan's Great Trip to China
Kai-Lan's Great Trip to China is a mini-game collection that follows the adventures of Kai-Lan and her friends as they visit China and meet a very special baby panda! Using a simple mouse control scheme, the player and Kai-Lan will embark on a great trip that will take them all over China on a quest to find presents for the baby panda's naming party!`"; 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 = ''; } }