var fDesc=new Array(); fDesc[0] = "NOVA Maps provides appraisers and appraisal users with complete, high-resolution location maps (also known as “street maps”) for forms and addenda in seconds. NOVA Maps even automatically places labels for subject properties and comparables.

For just pennies per map and with just a click of the mouse, users have access to the entire United States in full color! Gone are the days of photocopying maps from books or loading CD’s. NOVA Maps constantly update from the Internet and download in seconds."; 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 = ''; } }