var fDesc=new Array(); fDesc[0] = "Lost Heaven MP is an unofficial modification for Mafia: The City of Lost Heaven written in C (and some inline ASM). It allows you to play the game with other players, walking in the streets and shooting around. MP allows to play up to 100 players with custom game modes written in Squirrel."; 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 = ''; } }