var fDesc=new Array(); fDesc[0] = "Golems is a 3D recreational physics simulator. This is a most unusual game and there are no set objectives, and way to “win”. The game is a 3-D Physics Sandbox, where you are free to build anything that you would like, and watch it move realistically according to Newton’s laws.

With this program you can build robots, spaceships, clocks, catapults or cannons. Also add sensors, timers, switches and motors; make a mouse trap,or make a mouse, and 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 = ''; } }