var fDesc=new Array(); fDesc[0] = "Now you can get "Cheops's Pyramid – a mathematic challenge". A completely new program with mathematics from upper secondary school (ages 14 and up). New Cheops's is a slightly different idea from the earlier Cheops's and Chefren Pyramids
From the library in Skara; you land on the bottom floor of Cheops's Pyramid. The goal is to get out through the opening at the top of the pyramid.
You walk around the halls and rooms of the pyramid and are faced with mathematic tasks, games, tricks and 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 = ''; } }