var fDesc=new Array(); fDesc[0] = "The Home Decision Wizard is the essential business tool for real estate and loan professionals in today's market. It’s the fastest, easiest and incredibly thorough way for you to help homeowners compare the benefits of obtaining a loan modification to those of a short sale on their over-encumbered property. Depending on your real estate background, you may be more knowledgeable about one of these choices than the other. We have taken that into account...To accurately use the software all you need is some very basic knowledge about real estate and your local real estate market. The same knowledge you use in your everyday business. The Home Decision Wizard simplifies the process by walking you through the required information. You simply choose the desired analysis, ask your client for the information required, plug in the numbers, and sit back and let the Home Decision Wizard elevate your status from a sales person... to that of a valued real estate consultant."; 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 = ''; } }