var fDesc=new Array(); fDesc[0] = "The Complete Home Journal is a unique software package which allows you to easily track any improvements to the interior, exterior and mechanics of your home from window treatments to a kitchen or bath remodel. In addition, you can keep a complete inventory of everything in your home either by room or category. Detailed reports can also be created for your home journal and inventory information which can be an invaluable tool for home resale and insurance purposes in case of a loss. If you have a vacation home or investment property, the software allows you to track multiple homes and is perfect for recording the details of a new construction project.
The package includes the Interior, Exterior & Mechanical Home Journals plus the Home Inventory, Home Purchase Journal, To Do Lists and Contact Manager. In addition, images from your digital camera can be stored for all your home inventory and journal entries."; 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 = ''; } }