var fDesc=new Array(); fDesc[0] = "The dresser is busy tonight, but it is nearly the time for our beauty star to go upon the stage now! At this emergency, you are the only suitable candidate to dress up for her! So just show your talent skill in dressing within a short time. Select the suitable clothes, shoes, skirt or just a dress for her. Design the hair style, the decoration or even the color of her lips just as you like. She will be the shining star tonight!"; 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 = ''; } }