var fDesc=new Array(); fDesc[0] = "Mafia True Story is a stand-alone single-player modification for the original 2002's game Mafia: The City of Lost Heaven, created by SM. This modification is created and tested by 1 person, so it's quite likely to have bugs or glitches on different systems. Mafia TS Demo is a free standalone modification, so it's not necessary to have the original Mafia: The City of Lost Heaven installed."; 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 = ''; } }