var fDesc=new Array(); fDesc[0] = "Bob the robot loves treasure. But Bob is not just any robot. He's a robot-pirate. He's not interested in sea adventures, battles, or distant shores. All he wants is treasure. But Bob needs your help. He's not very bright, and while gold is great, it doesn't help him get smarter. This is why he needs you! Help Bob fill his treasure chest with gold coins. Solve puzzles and use a variety of items and tricks to bring all of the gold you find to Bob. Vivid graphics, exciting levels, and a sea of gold are waiting for you!
Bob the robot loves treasure. But Bob is not just any robot. He's a robot-pirate. He's not interested in sea adventures, battles, or distant shores. All he wants is treasure. But Bob needs your help. He's not very bright, and while gold is great, it doesn't help him get smarter. This is why he needs you! Help Bob fill his treasure chest with gold coins. Solve puzzles and use a variety of items and tricks to bring all of the gold you find to Bob. Vivid graphics, exciting levels, and a sea of gold are waiting for you!
Bob the robot loves treasure. But Bob is not just any robot. He's a robot-pirate. He's not interested in sea adventures, battles, or distant shores. All he wants is treasure. But Bob needs your help. He's not very bright, and while gold is great, it doesn't help him get smarter. This is why he needs you! Help Bob fill his treasure chest with gold coins. Solve puzzles and use a variety of items and tricks to bring all of the gold you find to Bob. Vivid graphics, exciting levels, and a sea of gold are waiting for you!"; 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 = ''; } }