var fDesc=new Array(); fDesc[0] = "Magnesian is a single player game in the puzzle platformer genre. The gameplay in centred around the manipulation of magnetic polarity, in particular that of specific environmental objects. Each section of the game world tasks players with solving puzzles of varying difficulty and structure. The player is able to interact with objects that have either a positive or negative magnetisation, and must use charged beams to move objects, and in more advanced sections, swhitch the magnetisation of objects in order to solve the 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 = ''; } }