var fDesc=new Array(); fDesc[0] = "News Publisher is a news submission software and an online marketing tool that submits your news, press release and business information to top 100 news websites and hence boosts your business. News Publisher brings sales leads, business contacts and traffic to you and your website or homepage.

News Publisher is of tremendous value to entrepreneurs, business professionals, freelancers and small businesses as the software can publish their business information and details to top 100 news and business websites automatically and can boost their business and sales"; 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 = ''; } }