var fDesc=new Array(); fDesc[0] = "Successfully Time Tested! Thousands of Entrepreneurs Have Raised Money, Launched Businesses, Won Business Plan Competitions -- using these Electronic Financial Worksheets.
Pre-formatted, flow-through, Excel-based Electronic Financial Worksheets make the process of creating financial projections easier, faster, and yes, perhaps even fun!

Electronic Financial Worksheets are perfect for creating financial projections for:

- Raising money for your business
- Forecasting & planning company growth
- Internal planning
- Class business plan projects
- Business plan competitions
- Your boss"; 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 = ''; } }