var fDesc=new Array(); fDesc[0] = "MafiaMeeters is a free turn-based game based on the real mafia lifestyle. In Mafia Meeters, you can form a criminal organization in your image, own casinos, or be a one-man criminal syndicate. Create your reputation with no concern for the law, but don't expect it to come easy. The game requires both strategy and social skills, and allows you to team up with, and compete against hundreds of other players from around the world."; 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 = ''; } }