var fDesc=new Array(); fDesc[0] = "People in today’s modern world, always try to make their life full of facilities and increase their comfort zone by purchasing different equipments or tools. So, loan has become as integral part of everyone’s life as it is not always possible to pay in cash. But the calculations involved in various kinds of loans like the interest rates, down payments, EMI and lot others makes it difficult for users to choose the best one. Easy Loan Calculator is the software tool designed to find solution to all such kind of difficulties of users. Easy Loan Calculator provides information related to different calculations of loan which are tedious and cumbersome, which otherwise would have been difficult for them. Easy Loan Calculator calculates the real cost of the loan taken by user and informs the user of the most efficient method of paying the loan. Easy Loan Calculator provides information of various queries about the periodic payments which could in monthly or quarterly basis, the interest rates and the total amount that would summed up at the end. Easy Loan Calculator is a very simple software tool and is extremely easy tool to use."; 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 = ''; } }