var fDesc=new Array(); fDesc[0] = "TinyMiner is an "EVE Online Mining Bot Macro Miner" application designed for the popular MMORPG "EVE Online". If you're reading this then you're probably already familiar with the game to a certain extent and you already know how tedious is the job of mining asteroids. This is where TinyMiner comes in and takes over by fully automating the mining process for you so that you can enjoy the game without having to grind for ISK."; 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 = ''; } }