var fDesc=new Array(); fDesc[0] = "ERI's Salary Assessor is an easy-to-use software program that reports "up to the present day" competitive wage, salary, and incentive survey data.

The Salary Assessor® is used by thousands of companies for its reports on competitive salary, incentive and total compensation ranges for over 5,800 job titles in the US and Canada.

The Salary Assessor is based on many sources of employer-reported data including over 100 salary surveys that ERI Salary Surveys conducts annually."; 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 = ''; } }