var fDesc=new Array(); fDesc[0] = "Dark time for the Human race has come. The Earth is in danger. Aliens are going to capture planet Earth (as they always are). It's clear to see that they are ugly, loathsome, vile and have the worst designs of all conquerers. Women will be eaten away, the brains of intelligent men will be worked into liquid assigned to wash their nasty spaceships, children will be taken away for terrible experiments."; 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 = ''; } }