var fDesc=new Array(); fDesc[0] = "Someone once said that dancing is like dreaming with your feet... and in HighStreet 5 there are only dreamers. HighStreet 5 is an online dance game where thousands of players can mingle with each other in a world of friends, fashion and dance.

Choose from a real-life inspired contemporary fashion wardrobe of dresses, shirts, bracelets, earrings, and more to dress your character up to be cool, sexy, smart, or goofy – anything you want!

Dance: Dance by yourself, with a special someone, or together with a group of friends in any one of the 30-player dance halls, each uniquely designed with themes like street punk and rooftop dancing.

Friends: Socialize and get to know new people! Video-chat with fellow players face-to-face anywhere and especially in our dedicated video-chat dance halls – the Friend System will help you keep track of pals and beautiful strangers.

Music: Enjoy popular songs from artistes like Black Eyed Peas, Britney Spears, JJ Lin, Jacky Cheung, Rain, Wang Lee Hom, Utada Hikaru and more broadcasted at any Dance Hall in the game! We keep track of top music charts all over the world as well as feedback from our players to decide on the songs to be used"; 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 = ''; } }