var fDesc=new Array(); fDesc[0] = "Become a stylist and dress virtual models in over 200 different clothes in this clothing game! Create your own unique style by combining different dresses, skirts, tops and various accessories. You can also change the hairstyle, shape and color of eyes, lipstick and jewelry. This free clothing game allows you to see how your model will look on photo set, catwalk or in the disco."; 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 = ''; } }