var fDesc=new Array(); fDesc[0] = "The Hair Show is hair software that performs virtual hairstyling. Virtual hairstyles are a way of seeing hair styling possiblities quickly and cheaply and most importantly without the risk of not liking the end result. It is for hair salons, image consultants, and anyone else who would like to use it. It enables your client to see a very good impression of what she would look like with an entirely new hairstyle or a new colour."; 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 = ''; } }