var fDesc=new Array(); fDesc[0] = "FINPACK’s origins are in education. It was created to provide a tool to teach financial management and farm planning concepts through application on individual farms. FINPACK provides tools to teach farm business analysis, cash flow planning, and long range financial planning, all in one software package. Teach financial management while you help farmers and ranchers solve real world problems.

FINPACK is the credit analysis solution that can help you work smarter and serve your customers better."; 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 = ''; } }