var fDesc=new Array(); fDesc[0] = "AR-K Episode is a fun, exciting and entertaining game in which Alicia, a journalism student who lives in a utopian society, lives a series of events that make her consider her lifestyle and the society where she has grown up. Find the answers in the first episode of this great story of intrigue and comedy called AR-K ."; 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 = ''; } }