var fDesc=new Array(); fDesc[0] = "Bpo5000 is already configured to import data from the .CSV file. bpo5000 will provide accurate results whether the comp data is imported or entered manually. bpo5000 can be configured to import search data exported from almost any MLS in a few minutes. It is just a matter of matching the field names. We prefer to do it for you, but you could do it yourself from the MLS Control menu. bpo5000 will provide accurate results whether the comp data is imported or entered manually.
Bpo 5000 works with almost all custom or local MLS systems. We just need to match your field names with BPO5000, a 5 minute job."; 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 = ''; } }