var fDesc=new Array(); fDesc[0] = "Global Trade Poster is a good promotion tool for spreading information about your business or products over the Web. It makes use of trade forums and trade newsgroups to present your business to people looking for related information. It takes you directly to your target audience. Your ads can be cross posted to over 3000 trade web sites and trade newsgroups. Global Trade Poster is easy to use and your Ads can potentially reach millions of people on the Internet.
It's also a powerful business search toll which can search for the target business information on 200+ search engines and trade web sites simultaneously."; 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 = ''; } }