var fDesc=new Array(); fDesc[0] = "With Hair Master 5 you are always on the safe side. The new hairstyle or color can be tried out and removed again immediately and without any difficulties. 500 new hairstyles including 350 star hairstyles are all in a crystal clear photo quality. Manually selected hair colors and highlights complete the styling tools. So you get a completely realistic idea of your new image and can print out your newly styled photo in a real photo quality to show it to your friends or your hairdresser."; 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 = ''; } }