var fDesc=new Array(); fDesc[0] = "Ether One Redux is a first person adventure that deals with the fragility of the human mind. This game was created with the same characteristics as Ether One but improvements on the graphical part are significant. The gameplay and narrative remain the same.

Ether One was rebuilt from the ground up using the new Unreal Engine 4 so you may notice a few graphical improvements. 'Redux' just refers to the updated version of the game. Ether One Redux Edition is available for free to existing owners."; 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 = ''; } }