var fDesc=new Array(); fDesc[0] = "As the smartest prehistoric caveman ever, you have actually invented the wheel!
So the next time someone calls you a "Neanderthal" be proud!
Your mission is to show your wheel to the Prehistoric Society's Annual Scientist Congress, a prestigious convention to show off your goods and patent your product, as well as influence and impact the future of mankind.
If you get your invention to the convention, it will change the course of progress forever. If not...well, we'd rather not think about that."; 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 = ''; } }