var fDesc=new Array();
fDesc[1] = "domain names raises up to 80 million, meaning that it is not easy to find available and good names for your websites. Just think of the time you will be spending looking for synonyms, or possible variations to registered domains, and without any result.";
fDesc[2] = "with positioning, search engine and link popularity, pattern search, Net Speak?, trademark searches, exporting, 500+ domains and more!";
fDesc[3] = "few bucks! Download your copy of the program ALL the expired domain names sites use.";
fDesc[4] = "domain names Includes 10 dictionaries (almost a million words with support for extended characters) Multithreaded=many times faster";
fDesc[5] = "Features include scanning through large databases of deleted and on-hold domains and saving the resulting lists of domains with Link popularity to a variety of file formats. The Script for search customization fully meets the user's needs. This is a valuable tool for Webmasters and domain hunters. Why were these domain names abandoned? Perhaps the author lost interest, couldn't afford the fees or simply forgot to renew the domain. With Popularity OnSnap software you have the chance to reclaim some of this valuable and wasted traffic and actually make money from it by just putting ads on your Domains with high Link Popularity. Webmasters, you can easily overcome your competitors in search engine placement by acquiring targeted domain names with high link popularity. Link Popularity of domain name places a major role in search engine placement. Links are great source for consistent...";
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 = '...';
}
}