var fDesc=new Array(); fDesc[0] = "Kittey, a chubby and erratic cat living in some remote own on an isolated island, wants to go treasure hunting! He wanders off but soon finds out that an old acquaintance is back - with a desire for revenge!

Kittey travels to the other end of the island, soars through the skies, raids pyramids and even stumbles into a really silly and dangerous dimension! Good grief! He'd better make sure his sugar level isn't too low."; 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 = ''; } }