var fDesc=new Array(); fDesc[0] = "Shattered Skies is a massive persistent open world shooter featuring full loot drop, ruthless PVP and dynamic objectives with support for large scale group vs group skirmishes. You must gain experience and level up your character to be able to use better weapons and crafting recipes. You'll explore the world to find epic loot and character cosmetic items, trade with NPCs as well as other players."; 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 = ''; } }