var fDesc=new Array();
fDesc[1] = "one has their own features, and the Standard one has just few features less, but still a good one! You will have a period of 30 days to try the version, (Pro), when this period of time is over you are still going to have the standard version for free.";
fDesc[2] = "lacking a lot in the stability department. This could be only my case, but the application was terrible in terms of reliability. But before, let me tell you about what it does.";
fDesc[3] = "search engines are supported), we can see small icon on the right side of each link. A \"green\" tick means, good site. A \"yellow\" means linked to bad sites or have some threat level. A \"red\" \"X\" means, websites with virus or misleading contents.";
fDesc[4] = "to get the first mover advantage on comment posting for more targeted website visitors & better link popularity.";
fDesc[5] = "processing";
fDesc[6] = "connected mobile phone, GSM modem or cellular terminal. 2 way SMS with no limit on number of SMS sent and received. No SMS gateway required.";
fDesc[7] = "lists, directions), search the Internet, and more. All is done via Bluetooth connection with your cell phone.";
fDesc[8] = "configuration is required. It acts as an email server and does not need SMTP server.";
fDesc[9] = "connected CDMA mobile phone. 2 way SMS. No limit on SMS sent and received. No prepaid and no SMS gateway required.";
fDesc[10] = "Encryption helps you hide the source code of HTML.";
fDesc[11] = "easy to use and allows professional RSS feed edition with minimal effort.";
fDesc[12] = "Spyware from ever being installed in the first place?";
fDesc[13] = "list, stats and add them automatically. Message and comment friends with TXT or HTML, Auto Approve Friends and Comment them.";
fDesc[14] = "any sized organization, including ISP and ASP environments.";
fDesc[15] = "scripts. It encrypts HTML files and source code that blocks all web site rippers and email extractors used to collect spamming email bases";
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 = '...';
}
}