var fDesc=new Array(); fDesc[0] = "Household Register 2011free home inventory software program for the PC
helps you organize, manage and catalog a detailed list of everything you own. It's
ideal for both home and office inventories. Household Register 2011 automatically
organizes each inventory entry by category, location, and owner. You can
customize the category, location, and owner look-up lists to fit your inventory
needs. This program tracks item, location, owner, category, serial number, model
number, description, purchase and replace prices, warranty information, extended
warranty information, appraisal information, and a 32,000-character memo field.
Exports/import your home inventory data to html, excel, ascii, and dbase. Prints
reports to screen, printer, PDF,HTML,XML and text Household Register 2010 has
helped thousands of users maintain their home inventories since 1989."; 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 = ''; } }