var fDesc=new Array(); fDesc[0] = "In an even stranger and distant future than before... In this eggs game the Dweebs are all currently stranded on the planet Earth after a space freighter transporting this very rare and unusual cargo crashed many years ago, and now they require a really helpful human to assist them on their quest to return to their home planet. Help them now in this eggs game! The Dweebs are not the cleverest of alien creatures but are very lovable, and the urge to help the cute creatures is overwhelming for most humans. Unfortunately the evil Weevil Dweebs are out to stop you and the UFO that has come to beam up the missing Dweebs and take them home, can only wait a short while on the Earth - so hurry ! Oh, one other small thing... Since their rather long stay on this planet, they have somehow managed to acquire the ability to breed and create Dweebs Eggs! This seemingly unusual ability can help solve some of the puzzles that lay ahead and much, much more!"; 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 = ''; } }