var fDesc=new Array(); fDesc[0] = "Age of Dinosaurs 3D Screensaver offers you to make a free virtual tour of 3D dinosaur world and go back to the real prehistoric age with lifelike, roaring, moving, prehistoric creatures without leaving the comfort of your home. The virtual screensaver features the most famous Jurassic dinosaurs like Stegosaurus, Brachiosaurus, Tyrannosaurus Rex, Diplodocus and free flying Pteranodon."; 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 = ''; } }