var fDesc=new Array();
fDesc[1] = "and invalid entries, and running in perfect conditions. On the left of the Main Window, we can select several options or modes, Registry category features: Editing, Manual Cleanup, Automatic Cleanup, Search and Replace, and Optimization.";
fDesc[2] = "Windows 2000, Windows XP, and Windows Vista 32-bit this is the easiest application that allows you to create your own website within minutes.";
fDesc[3] = "analyzing and optimizing your website. Dynamic search engines analysis identifies ranking criteria. Comparison of competitor?s pages, keyword finder, etc.";
fDesc[4] = "featured with different modules and templates. You are able to fill your website with any content you like including pictures, files, texts and links. Publishing a site is easy and takes just few minutes.";
fDesc[5] = "interface, providing quick solutions for the creation of animations with detailed features, enabling effective data optimization. However, Aesop Banner Creator works only with .GIF file format of graphics.";
fDesc[7] = "the first page when user searches related topics in the search engine. For quite a few years, website owner have been searching a lot to cut this extra cost. TrafficSeeker is an efficient software tool which provides users the facility to enhance their positions to the top rankings";
fDesc[8] = "Trail Washer/Registry Washer/Startup Booster/File Washer/File Encrypter/Settings Organizer) to help you keeping your system running fast and secure.";
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] = "ranking and your competitor's sites ranking high in Google, Yahoo and MSN.";
fDesc[11] = "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[12] = "broken and internals links. Get Google pagerank for each file and generate a SiteMaps file in XML format. KWC observes the directives of the robots.txt.";
fDesc[14] = "elements and provides a set of reports and suggestions to improve your website load time and performance. MS Windows 9x/NT/2000/ME/XP.";
fDesc[15] = "ranking, leaves competitors behind, brings more visitors and more sales. Optimization-focused interface design.";
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 = '...';
}
}