var fDesc=new Array(); fDesc[0] = "Tired of your old look? Want to try something new? Unleash your imagination with Quickstart Hairstyler Studio and create the new look you've always wanted. You decide how far you want to take your makeover! Put together the new, captivating look you've dreamed about. It's Easy to Get Started! Start by opening your digital photos in Quickstart Hairstyler Studio.

With just a few clicks, you can mix and match hairstyles, makeup, accessories, and more!"; 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 = ''; } }