var fDesc=new Array(); fDesc[0] = "Dinosaur Valley 3D Screensaver is devoted to the prehistoric era.
Imagine for a moment that you found yourself in this lush prehistoric valley. Everything here is just like it was when dinosaurs roamed the earth, with the thick ancient plants, fanciful insects, dinosaurs and, the most famous inhabitants of the prehistoric times - the pterodactyls.
You can optionally add your own music or sound tracks to help enhance the screensaver even further."; 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 = ''; } }