var fDesc=new Array();
fDesc[1] = "popularity, save time with directory submissions and increase your website's Google PageRank.";
fDesc[2] = "package on the planet.";
fDesc[3] = "advertise again. Easily submit multiple websites in one click. As web surfers rely more and more on search engines, like Google and MSN, it has become ever so important that you make sure everyone knows about all of your sites. How can you be sure that you are listed? How can you make sure that you have not missed one of your sites? Trust Website Submitter to handle all aspects of search engine and directory submission, such as: - Increase search engine traffic. - Easily submit multiple sites at once. - Always have the most current list of search engines and directories. - Get important back links with directory submission. - Save days of time and effort. More people are using search engines than ever before. This makes them the primary portal for many of your visitors. If you aren't listed in these engines, web users won't even know you exist. You can list your sites with all of the...";
fDesc[4] = "a semi-automatic way. You just have to add the articles you want to submit, complete the articles' information, select the article site to which you want to submit them, and the program does everything for you.";
fDesc[5] = "thousands of directories in a few minutes. This application can help you generate a lot of traffic to your website and increase your productivity in a substantial way.";
fDesc[6] = "since its fully automated. Promoting your web site has never been easier. Get more customers and rise your sales.";
fDesc[7] = "is enter your website details and begin submitting to thousands of directories. SliQ Submitter supports multiple titles, descriptions and categories";
fDesc[8] = "detailed reports before and after the submission process. It allows the user to submit his/her site without having any specific SEO knowledge.";
fDesc[9] = "there are easy and powerful programs to help you in this task. Cyberfetch is one of those useful programs. With this application you will be able to submit your websites to the main search engines and directories around the world within a few minutes.";
fDesc[10] = "Find niche categories within directories that accept fast website inclusions.";
fDesc[11] = "site in seconds.";
fDesc[12] = "directory, the directory submitter automatically fills out the anchor text, URL, and description.";
fDesc[15] = "is very time consuming, thats why we invented this Application for you !";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}