var fDesc=new Array(); fDesc[0] = "When you give Quick Qualifier™ to your Real Estate agents, they can make Seller Net Sheets and Property Fliers. They will want the software for these tools alone. Once they are used to using the software that you have provided them, you will have a lasting relationship with them. However, there is also a timer that you can set to encourage reciprocity in the relationship.
Quick Qualifier™ offers two versions. The Office Version can be used by all personnel in a single branch location. The Loan Officer Version is licensed to a single individual. This version can be installed royalty free in computers owned by RE agents and builder clients. It will generate leads for you. Everything prints with your name and phone number."; 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 = ''; } }