var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to formulate a plan for an important goal. It will help you make the statement you need in a step-by-step fashion. The benefit of this software is you cover each component of success: Mission Statement, Team, Market Summary, Opportunities, Business Concept, Competition, Goals & Objectives, Financial Plan, Resource Requirements, Risks & Rewards, and Key Issues. Each category represents one PowerPoint slide and is loaded with suggestions to help you deliver quality content. This software will save you time by automatically formatting slides ready for your creativity. PowerPoint 2000 or higher required."; 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 = ''; } }