var fDesc=new Array(); fDesc[0] = "Axium Adventures is a pure strategy, logic and problem solving game. The year is 2143 and you have been sent by the planet Earth to the Axium galaxy to discover and solve the 50 puzzles which were created by another race hundreds of years earlier. Using meteor balls, crates, transport holes and other objects, you must avoid the force fields and reach the control panel located in each puzzle to solve these enigmas. The solutions are provided if you need help. A great thinking game for all. Can you solve all the Axium puzzles?"; 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 = ''; } }