var fDesc=new Array(); fDesc[0] = "You are a Robot on a mission! This robot is a farmer and he decided to manage this farm on his own. People are something absolutely obsolete and therefore they must be killed. Take your gun and hit the road in search for humans. You will be walking among chickens, stepping into mud left by pigs, passing herds of cows and you just won"; 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 = ''; } }