var fDesc=new Array(); fDesc[0] = "Salon Styler Evo is an salon hairstyle imaging application, used by hair salons and beauty schools world wide. In a digital makeover session you can quickly fit your clients with "a virtual hair" hairstyles from Salon Styler's database of 1,000s of hairstyle choices. Plus, you can apply makeup from the most popular seasonal color pallets and much 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 = ''; } }