var fDesc=new Array(); fDesc[0] = "Designed with photographers and makeup artists in mind, MakeupDirector’s top-notch tools and facial detection technology gives you flawless virtual makeup. Whether you are a hobbyist photographer or a professional makeup artist MakeupDirector offers endless creativity, from the simple re-touching of family photos to advanced applications such as testing makeup color palettes on your models before you shoot.

Select and save your own set of custom colors to be used for applying foundation, blush, eye liner, eye color, lip color, hair color, eyebrows and eyeliner."; 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 = ''; } }