var fDesc=new Array(); fDesc[0] = "Fashion Apprentice is a very complete hidden objects game that also comes with other kind of games.
Depending on the game the objective may change completely, in some of them you will have to find objects that will be listed on your notepad, at others you will have to dress up your character following some instructions, in others you will have to detect differences between two images. In different stages you will have to tidy up your room by placing all the objects in the right place, and finally at other stages you will have to search objects at dark rooms with the help of a flash light. Also at some levels the clues will be given by the music, so pay attention to it.
Between levels you can buy clothes, accessories and candies, but in order to do this, you will first have to finish the first three levels.
Remember that the better your character looks the better it will be treated in the fashion industry.
Bonuses exist on each level, so you can get aim in time, hints, and energy.
In the hidden object levels you will also have to pay attention to the changing images on TV, since objects may be hidden there also."; 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 = ''; } }