var fDesc=new Array(); fDesc[0] = "Writing a professional marketing plan has never been this easy and rewarding. You are guided through the information and linked at the appropriate time to the provided document template (which uniquely eliminates the necessity of you writing your own content). The program includes a thorough marketing analysis part, that will produce a concise and complete analysis of your current marketing activities. The planning part includes all important aspects of any company's strategic marketing needs. A marketing budget with automatic variation calculations and several tables ensure proper progress control of the budget. Includes a concise analysis and marketing guide, richly illustrated, details on weaponry, strategies and a variety of marketing tools, easy-to-use interface and a great printed result."; 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 = ''; } }