var fDesc=new Array(); fDesc[0] = "Are you thinking about setting up or expanding a business?
If so, the ING Business Plan is the ideal working tool for you. It is an excellent guide to drawing up a business plan and a realistic financial plan.
What is it?
A free software program that you can use to prepare a detailed business plan for your project (analysis of the company, financial analysis, competition...)"; 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 = ''; } }