var fDesc=new Array(); fDesc[0] = "Ragnarok Online is a free MMORPG game that takes place in the land of Midgard, where the existence of peace eventually led the humans to erase their memories of the scars and hardships of the wars in the past. You can choose a battle faction and fight the demons that are threatening the peace."; 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 = ''; } }