var fDesc=new Array(); fDesc[0] = "Telepath RPG: Servants of God is a hybrid western and strategy RPG set in a Middle Eastern steampunk fantasy setting. The game offers you different races and factions, each with its own agenda, a variety of characters that you can choose to recruit, grow close with or alienate and dozens of different psychic and physical abilities to manipulate and decimate your enemies."; 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 = ''; } }