var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to create a PowerPoint presentation about a strategic marketing plan. This software makes it possible to quickly develop some of the most common topics a marketing team should address: Communication Strategies, Packaging, Launch Strategies, PR, Market Summary, Product Definition, Competition, Positioning, International Distribution, Success Metrics, Schedule, Advertising, Promotions, Pricing, Distribution, and Vertical Markets. This software will save you time by providing you with several options. You may fill in the content with your own material using the template as a creative guide or use this complete template as a launching point to improvise your group presentation. Since this template offers a complete solution for a standard marketing strategy you can add or remove a small amount of content in PowerPoint to meet your precise needs. 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 = ''; } }