var fDesc=new Array(); fDesc[0] = "IkaMinister is a program that will allow you to concentrate to the important aspects of the game. With this tool you can easily focus to your strategy without thinking the need of wine, or big transports.

You can program the buildings you need to build or upgrade. After all you are the boss. You can just give instructions to your minister, IkaMinister!"; 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 = ''; } }