var fDesc=new Array(); fDesc[0] = "Cosmo's Cosmic Adventure is an exciting journey across a forbidden planet full of dangers and surprises. Can he save his parents before they're lightly seasoned and devoured?

Cosmo is a lovable extra-terrestrial with a special ability: He has hands that work like suction cups! He can cling to walls, ledges, and all sorts of things. Using his suction hands, Cosmo is able to avoid dangers, scale cliffs and get to places other aliens can't reach."; 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 = ''; } }