var fDesc=new Array(); fDesc[0] = "At the first look, she is just a common fashionista with an impressive wardrobe made of all those clothing items you have just seen at the New York fashion week. Playing the Noelia dress up game you 'll realize she is a very original fashionista who knows just how to personalize her outfits in a very creative, spontaneous manner. Start this trendy girl dress up game!You have Noelia standing in the middle of her room, struck by one of those fashion dilemmas: what should she wear for her super important interview for the Cosmopolitan editor post? Just give a click on one of those discreet squared figures on the top left side of the trendy girl dress up game page and there you have a breath taking parade of fancy dresses, trendy skinny jeans, stylish handbags and shoes. First, you should decide the style she will adopt for this special occasion."; 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 = ''; } }