var fDesc=new Array(); fDesc[0] = "Platinum Corporate Mailer (PCM) is a professional bulk email blast software utility designed to broadcast targeted email campaigns directly from your computer. With its powerful set of features, PCM gives you what you need to create and distribute rich HTML email campaigns in minutes.

Platinum Corporate Mailer features a flexible bulk e-mail engine for responsible email sending. The email marketing system replaces the need for an SMTP relay server and can distribute email messages directly from your computer right to the recipient's email inbox bypassing the need of your Internet Service Provider's (ISP's) SMTP server. This "direct sending mode" takes the strain off of your ISP's mail server and dramatically boosts email distribution speeds. Don't wish to use PCM's " direct sending mode" or is your ISP not compatible with this method? No problem. At your option, this feature can be disabled. Platinum Corporate Mailer email software program also works directly with your ISP's current mail server settings so you have the option to select which sending program mode works best for you."; 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 = ''; } }