var fDesc=new Array(); fDesc[0] = "Kudos is a life-simulation game, where you control a character for ten years of their life, from age 20 to thirty, deciding who they socialize with, what they do for a living, and how they spend their spare time. Your character will be lonely if they dont make time for their friends, and you need to choose a career and get a job in order to pay the bills. Make every decision in your characters life, from what they eat, to what they read, and who they associate with. From the makers of the award-winning strategy game - Democracy."; 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 = ''; } }