var fDesc=new Array(); fDesc[0] = "Bulk Post to over 2000 newsgroups an hour with this Internet marketing tool. Supports file attachments and text / HTML message format. Creates detailed log reports of posting activity so you may view which posts were made successfully. You can stop and restart posting with no problem. This is a must have tool to add to your Internet marketing software arsenal."; 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 = ''; } }