var fDesc=new Array(); fDesc[0] = "MU Online is a 3D medieval fantasy MMORPG, produced by a Korean gaming company. As with many MMORPGs the player selects a character and fights monsters to gain experience. MU is populated by a large variety of monsters, from simple ones like goblins and golems to frightening ones such as the Gorgon or Kundun. Each monster-type is unique, has different spawn points, and drops different items. For more information regarding monster types and descriptions"; 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 = ''; } }