var fDesc=new Array(); fDesc[0] = "BeautyTrack software was designed to be completely user friendly and still provide all of the necessary functions you need to run your beauty salon or day spa. BeautyTrack beauty salon software will truly improve the way you manage your salon. BeautyTrack is used all over the United States, Canada, and several countries in the UK! BeautyTrack beauty salon software even allows you to choose your OWN credit card processor rather than forcing you into an over priced processor like other salon software programs."; 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 = ''; } }