var fDesc=new Array(); fDesc[0] = "This mod will make StarCraft a roleplay-game.
This means that you will no longer command whole troops, you will only play one character. You can buy things and utilities you need during the game, and you will get help and support from other persons and creatures in the game."; 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 = ''; } }