var fDesc=new Array(); fDesc[0] = "The way a woman dresses shows the way she treats the world? Go shopping in a company of Mia in this modish adventure and help all the girls find their own style! You are to make make matches of three or more lipsticks, shoes, wristwatch and other objects and watch spectacular scenery of drastic changes in the girls' appearances. With several stages and loads of levels, shopping has never been such fun!"; 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 = ''; } }