var fDesc=new Array(); fDesc[0] = "It's a role playing game where you have to fit in the new place you've moved.


Main Features:

- Create and dress your own unique character.
- Explore key locations including the high school, shopping mall and park.
- Date a variety of unique boys, from the popular Jock to the Chic Geek.
- Go shopping at the mall; purchase new clothes and make-up.
- Play a variety of fun mini games including Dancing, Mini-golf and Ice Skating."; 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 = ''; } }