var fDesc=new Array(); fDesc[0] = "EVE Launcher doesn't manipulate the game client in any way that actually influences the game. It just touches the EVE window from the 'outside' so to speak. It provide configure up to 4 clients, setup hot keys for: switching to a client (optionally in semi-full screen), hiding a client, relaunching a client (to get that alt fast), clear the entire cache with a single button (or preserve the settings, including your bookmarks), restore the cache (or settings) when your problem wasn't solved by clearing it."; 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 = ''; } }