var fDesc=new Array();
fDesc[0] = "This cool directory submitter can help boost your link building & seo efforts!Contains over 200 directories that you can submit your sites to.
Features:
- The directory list is updated monthly(so all the dead links will be removed!)
- Automatically rotate multiple titles, descriptions and keywords to make sure your links seem natural and be able to rank for multiple keywords.
- Loads up to 10 browsers at the same time to speed up your submission process.
- Saves your previous work and records the sites that you have submitted to.
- Add, edit and delete anything in the directory list.";
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 = '';
}
}