var fDesc=new Array(); fDesc[0] = "Spiders Arena is a dynamic shooting game for those who aren’t afraid to fight face to face against hordes of bloodthirsty spiders. Your task is to hold out as long as you can without falling into the clutches of hungry spiders and break free. You must use your tactical skills to outsmart the ruthless creatures."; 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 = ''; } }