var fDesc=new Array(); fDesc[0] = "Appraisal Atlas software included with Appraiser’s Portfolioto uploads the date and location data of your work history to produce a visual map of your entire work history so businesses in the industry can instantly see your geographic competency!
Appraisal Atlas also uses this information to generate your personal experience score. Displayed in the AppraisalWorld Directory, your score may increase your opportunity to gain appraisal assignments when lenders and homeowners search for an appraiser."; 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 = ''; } }