var fDesc=new Array(); fDesc[0] = "SDO-X Season 2 Summer Passion is a nice game where you can teach your character how to dance; also, you dress it, buying clothes. Player can purchase in game item in item shop; there are over 1000 types of cute avatar. Player can use M point or G point and accumulate point to buy. Player needs to go to my room to change avatar that just purchased. The character must reach a certain level to wear the specific avatar."; 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 = ''; } }