var fDesc=new Array(); fDesc[0] = "Inspirit Online is a free-to-play fantasy action MMORPG game. There are a total of 4 productions a player can choose from. Only 1 type of production can be learned at a time but you can switch whenever you like. Productions can be changed and learned by talking to any of the production NPCs and by paying the learning fee."; 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 = ''; } }