var fDesc=new Array(); fDesc[0] = "Plan Write for Marketing will help you think through the issues relevant to a professional marketing plan. The first step is to identify your market. Knowing who you are selling to is key to determining how to sell to them. Also identify your competitors and their influence in the marketplace. Plan Write for Marketing helps you to describe the general characteristics of market segments that have a potential need to acquire your products or services."; 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 = ''; } }