var fDesc=new Array(); fDesc[0] = "CareerScope® enhances the career and educational planning process for those in education, workforce development, corrections, vocational rehabilitation, and related fields by measuring both interest and aptitude through valid and reliable assessment tasks. CareerScope identifies the user's attraction to careers as they relate to the U.S. Department of Labor's Interest Areas and measures aptitudes that are most critical for today's high growth and high replacement occupations through 2016. CareerScope's comprehensive reports provide career recommendations that align with the participant's interests and aptitudes."; 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 = ''; } }