var fDesc=new Array(); fDesc[0] = "Hair Pro 2010 is a professional hair style and makeup imaging system for the professional stylist. It allows you to supply your clients with a preview of hair styles and makeup before you start cutting and coloring! Included are 2500 built in hair styles and the capability to setup your own hair styles!"; 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 = ''; } }