var fDesc=new Array(); fDesc[0] = "Help the RoboToys as they explore the world around them. Each day after the factory workers close up shop at the Toy Factory, the RoboToys come alive. Curious about the world around them, the sneek out of the factory and experience a variety of adventures as they explore the vast world of RoboLand.

It's your job to guide the RoboToys in their adventures, keeping them safe from the various harmful factory production elements laying around and help them find the keys that will unlock all 68 levels of RoboLand."; 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 = ''; } }