var fDesc=new Array();
fDesc[1] = "Windows that helps you create problem-free HTML and XHTML documents. It's also a great learning tool.";
fDesc[2] = "websites for changes and updates. It enables you to monitor web pages, password protected pages, forums for new postings and replies, RSS feeds, newsgroups and local files.";
fDesc[3] = "with Windows Vista. Downloading from the filesharing service is a quick and easy way to download batches of links. The program has an integrated link checker and link grabber. It can save your password so you don’t have to worry about forgetting it.";
fDesc[4] = "The application scans the web page HTML code checking invalid tags, invalid tags attributes or values, misspelled sentences and invalid characters. It also looks for quotation marks that might be missing or mismatched, missing tags, over the HTML code.";
fDesc[6] = "for validation and the link checker software finds dead links, invalid HTTP redirects and other problems on a web site or a single web page.";
fDesc[7] = "program will help you easily locate broken links and links containing syntactic errors.";
fDesc[8] = "problem links. Link Checker Pro combines powerful features and an easy to use interface and is robust enough to deal with corporate websites containing 100,000 links or more. Major features of Link Checker Pro include extremely fast operation through the concurrent checking of multiple links, support for all major protocols (including HTTP, HTTPS, and FTP), the ability to create a graphical representation of the website, export of data into a number of different formats, and being fully configurable.";
fDesc[9] = "pages this file has links to until it checks all links on the site.";
fDesc[10] = ", multi-threaded, with a link-following web spider that reports on all tested links. Checks favorites, Internet shortcuts, lists, etc.";
fDesc[11] = "links, checking for links that have been added, removing bad links and generating your Reciprocal Links Page automatically.";
fDesc[12] = "Generator and HTML/xHTML Validator three web tools.";
fDesc[13] = "web page directly from the internet. It checks whether the linked files are missing, forbidden or somehow not correct.";
fDesc[14] = "your websites and your competitors in seconds! It could help you load and extract all of the hyper links from a website, a local or online page. Check if the links are broken and check the PageRank for each link. A Google API account is not needed. It combines powerful features and an easy-to-use interface and is robust enough to deal with more than 100,000 links.";
fDesc[15] = "you will have confidence about the popularity of your links, their validation and verification and traffic rank. This useful tool is easy to install and has a wizard-based Windows style interface that couldn't be simpler to navigate.";
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 = '...';
}
}