var fDesc=new Array(); fDesc[0] = "Style Advisor is your perfect consultant, if you wish to find a completely new style quick and easy.
Its over 550 complete styles for different occasions consist each of a hairstyle, suitable make-up and accessories. An uncomplicated look for everyday or vacations, a business one for the office, a hot look for a disco or a party – with Style Advisor you look always great."; 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 = ''; } }