var fDesc=new Array(); fDesc[0] = "Vocation gathers all the necessary information in any chart and displays it so you can get right to work figuring out the best vocation(s) for the person involved. In addition, parents, Vocation allows you to create natal reports so that you may truly begin to understand your children's basic tendencies, in addition to understanding what they need to be doing in the world so that the greatest good can be done."; 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 = ''; } }