var fDesc=new Array(); fDesc[0] = "Household book (software package) to the administration of the input and output of a household arbitrary number of income and expenditure accounts (divided into fixed and other costs). To each account additionally 1000 indications of remarks can be entered. Sort the accounts by dragee and drop. Export after HTML pressures month, account and annual statements. Comfortable production of purchase notes. An overview of your deduction of taxable displays can be provided. Inclusive program for the administration of the furniture and inventory, an address administration with ISDN Rufnummernerkennung and postal code listing, an accounts management and a text processing with comfortable letter generation box as well as a pocket calculator with DM + euro-announcement. Furniture and address data bank with scanner binding to insert from diagrams. Automatic scaling and storage of the inserted pictures. Various diagrams. Euro-currency computer for all member states."; 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 = ''; } }