var fDesc=new Array(); fDesc[0] = "WinTOTAL is the only formfiller to integrate high resolution Virtual Earth street, aerial and Bird’s Eye imagery, along with automatic flood and census data, and high resolution flood maps too. Add to that our integrated addenda writer, spreadsheets, E&O checker, DaVinci sketching, QuickPix instant photo retrieval, Comps and Photos Databases, Appraisal Desktop for file, billing and contact management, XSite integration and much more. There’s no comparing WinTOTAL’s seamless efficiency boosting power."; 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 = ''; } }