var fDesc=new Array();
fDesc[0] = "Power Closer real estate closing software takes the pressure off people who prepare real estate closings. Start saving time immediately and produce more accurate, better looking closing documents.
Compare Power Closer to any other real estate closing software. Try it for free and see for yourself how easy it is. The Power Closer demo provides a good way to learn the basics of using the paid program, and is a good test of compatibility with computers and printers. Some firms find it suits their needs for a very small volume of closings.
Power Closer real estate closing software calculates and prints the HUD-1 form, including the Comparison chart and Loan Terms. Power Closer 4, which prints the new HUD-1 form, currently ships with Power Closer 3 for the old HUD-1 form at no additional cost.
Power Closer calculates and prints informal buyer/borrower statements, seller statements, balance sheet and disbursement summary and 1099-S forms.
Create custom closing documents with WordPerfect or Microsoft Word by merging over 800 items from Power Closer.
Add-on modules include end-of-year 1099 reporting and multi-user network support.";
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 = '';
}
}