var fDesc=new Array(); fDesc[0] = "With the wide variety of badge icon designs, you will never get bored of your own Guild interface! In M.A.T. world, you not only can make use of the endless FREEDOM by creating your own guild name and cultivate guild culture, but also can fully express your CREATIVITIES by changing the visual impression of your guild!"; 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 = ''; } }