var fDesc=new Array(); fDesc[0] = "Ncome and Xpense is a personal financial manager for keeping track of expense amounts, income amounts, and their due dates. The program keeps a running total of what you owe and when payment is due. Ncome and Xpense is an easy program to use, and it's a handy tool for making sure you don't miss important bill payment dates.

Ncome and Xpense includes the following features:

-- Color-coded dates based on aging, for better visibility
-- Recurring income and expenses that will repeat at a customizable number of days, weeks, half-months(semi-monthly), months, and years
-- Memorized payee list, with drop-down list on payee fields
-- Pay Date and due date summaries for "what if" scenarios at bill paying time
-- Sorting by any column by simply clicking on the column title
-- Rearrange columns by right-clicking and dragging title
-- Customizable aging interval (number of days used in aging summaries)
-- Columns for end dates, warning days, account balances, and budget amounts
-- 4 user fields with customizable column titles
-- Support for international currency formats
-- Reminders at startup for past due items
-- Keeps history of past paid expense and income records
-- Backup and restore in case disaster
-- Exports to CSV and other formats
-- 7 different reports with customizable date range and sorting
-- Calculator with one-click access from all amount fields
-- Context sensitive help and tooltips
-- Install/uninstall 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 = ''; } }