var fDesc=new Array();
fDesc[0] = "Site Submit is the new kid in the town: a simple semi-automated website submission tool which can speed-up the directory submission process.
The main advantage is that it's free, however (if the public is interested) I plan to add more features, more directories and some sort of online updates. The tool comes with about 5000 seo-friendly ("dofollow") directories in the database, but I tested only the first 500.";
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 = '';
}
}