var fDesc=new Array(); fDesc[0] = "If you like fashion and dressing up, you will enjoy this Satisfashion game. Travel to the best fashion places on the planet and dress top models. The main objective of this game is to choose make up, hair and dressing of different models to get evaluation from the best designers on earth and get a certain amount of money to complete each level. In this game you can choose different difficulty modes like student, intern and designer. To be a designer you must be an expert making combinations of colors, make up, hair and dressing considering the season of the year. Each time you select a model you must select make up color, type and color of hair and all the clothes. Once you finish with all your models you must select the judges of each model to get a rate from them. The judges will pay a certain amount of money for each design. If you don't reach the limit, the level will be failed. Choose your designs from casual, dressy and trendy, according to the season, and select the judges carefully to score your designs."; 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 = ''; } }