var fDesc=new Array(); fDesc[0] = "EVE Windowed Mode Helper handles your EVE resolution displays.

Features:
-It places eve clients on the top left corner of the monitor in which they are, so your eve clients will seem to be in fullscreen mode while running in windowed mode, you have to use your desktop resolution in your eve clients.
-The client switcher is a small window with buttons, each button represents one of your running eve clients, you can use the buttons to switch between clients, the buttons of the client switcher will use the currently logged character's name if you activate the option 'show window identification' inside the general tab in the eve configuration window.
-From the client switcher you can use the option 'new window' to open as many as 8 view windows into your client, the views will update themselves at the same time as the client. You can control the client with the mouse through those views."; 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 = ''; } }