var fDesc=new Array(); fDesc[0] = "EVEMover is a tool to move multiple instances of EVE online to their own monitors. It will also remove the titlebar and borders from the games' windows, so they will not overlap onto the other instances. Unlike EVE Launcher it will not start the EVE instances.

Note: The installer is in German, the program itself is in English."; 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 = ''; } }