var fDesc=new Array();
fDesc[1] = "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[2] = "search engines and directories ? providing a sure way for people to find your home page.";
fDesc[3] = "and optimization. Increase the number of visitors to your website and improve your search engine rankings.";
fDesc[4] = "promote your web site to over one million search engines and internet directories worldwide.";
fDesc[5] = "multi-award winning web promotion software, Web Ranking and Dynamic Link Promotor.";
fDesc[6] = "RSS feeds make the rapidly changing data directly available to the user. The Active Web Reader Customizer is an ideal solution for the owners of various sites who need to allow customers to update information.";
fDesc[7] = "analysis and produce a detailed report. Link popularity is actually a total count of all the linked pages that link to your site. Higher link popularity can help your website get higher search engine ranking.";
fDesc[8] = "why top 10 ranking and your competitor's sites ranking high in Google, Yahoo and MSN. Easy to help you update your website page.";
fDesc[9] = "700 fully automated submission scripts. It generates detailed reports and maintains a comprehensive submission project history. It includes an engine profile editor, which will enable you to create your own automated submission scripts for any engine on the net. Comes with free script upgrades and has support for third party engine expansion packs.";
fDesc[10] = "sites on the Internet. Post thousands of ads in fewer than 10 minutes using the 95-port submission system.";
fDesc[12] = "your web site. You'll benefit from highly targeted free traffic to your web site, new business contacts, a managed link exchange.";
fDesc[13] = "and shareware GIF tools to switch to WebPainter SE, the all-in-one, award-winning, web graphics and animation software. The new 'Its Time to Try WebPainter' Promotion removes any impediments to try out or switch AVI or GIF animation programs by offering a fullyfunctional free trial version of WebPainter SE for easy download from Totally Hips Web site.";
fDesc[14] = "thousands of prospective link partners with top google page rank, Easy to send link exchange request emails. Fill add-link form intelligently.";
fDesc[15] = "can be used for anything you might need to perform the promotion and marketing on Internet. You can now register unlimited number of pages, all by yourself. Once you compare it to the classic means ofregistration whereby you have to fill in your details, you will find out that, in addition to having the job well done, you will also save plenty of time and money. Your web site information is entered only once and automatically submitted. Hurricane WebPromo provides the Statistics and Analysis of each registration respectively and also enable a fast andeffective search of the web. All world-famous search engines are supported.";
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 = '...';
}
}