var fDesc=new Array(); fDesc[0] = "First run, it will guide you to input the anticipated monthly income, in order to let you know the completion rate during using.

The main interface is displayed as a natural monthly calendar, you only need to input the amount of your income on the corresponding day when got it or at any other time, 5II will automatically compute the deserved icons and balance.

It also calculates the specific income of each icon based on the days of different months, just FYI.

Besides, you can also view the daily incomes detail by numeric, input a negative to offset an income when lost it (e.g. chargeback), view the incomes and completion by monthly and select the color of icons as your preference.

At last, please remember, 5II is not an accounting software, it only focuses on your incomes (e.g. main works, part-time jobs, investment, etc.), it is not concerned about the spending, so, please do not input any spending."; 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 = ''; } }