var fDesc=new Array();
fDesc[0] = "Backpage Bot Pro allows you to automate your personal and business online advertising. With a few simple clicks you can post multiple ads quickly and then manage day after day. If you are a business professional this software works great for those in the industry of Marketing, Real Estate, Auto Dealers, Business to Business, Recruiting and more.
Main Features:
- Campaign manager (manage & post multiple ads), easily track and manage your group of ads.
- Write, edit, and delete ads within the program and POST and DELETE posts - Software Exclusive!
- Internal HTML editor for feature rich ads. Can be used in with services such as VFlyer
- Automated email verification stops having to always check and verify your email each time you post.
- Manage and post multiple ads in multiple categories with body and title randomization features.";
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 = '';
}
}