var fDesc=new Array(); fDesc[0] = "AruaROSE is the game client for the ROSE Online game. The storyline of the game is that the Universe, or as it was called in the old tales, the Sea of Souls, was a vast ocean of darkness until the goddess Arua created the seven planets. Each one of them was special and unique. However, all seven planets were created with Arua's love and they shined with the brilliance of seven stars, filling the vast ocean of darkness with wondrous light and life."; 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 = ''; } }