var fDesc=new Array();
fDesc[1] = "developed, inserts pictures, tables, hyperlinks, anchors, forms, PHP code, comments, etc. for making web pages in a very quick manner, editing them in What You See Is What You Get (WYSIWYG) mode, so anything is done is immediatly seen.";
fDesc[2] = "with Firefox. It is based on a collection of popular and well working optimization settings used and tested by the experts.";
fDesc[3] = "enough to guide anybody to create step by step a web page by means of its interface WYSIWYG -what you see is what you get- very useful also for editing existing web pages.";
fDesc[4] = "you make up stunning websites for your business, home or school in just few minutes. It´s not necessary to have any complicated HTML or other programming.";
fDesc[5] = "scripts or the selected part of it. The application scans the web page HTML code checking invalid tags, invalid tags attributes or values, misspelled sentences and invalid characters. It alse looks for quotation marks that might be missing or mismatched, missing tags, all over the HTML code.";
fDesc[6] = "sites` exposure on the Internet and draw maximum volume of targeted traffic. It allows you to save time and expenses for site promotion campaign";
fDesc[7] = "option of web browsers, which is implemented by using Java scripts compliant with W3C standards. The program provides us an option of applying password protection to allow only authorized viewers to visit the website.";
fDesc[8] = "information regarding an Excel spreadsheet, i.e. reports, forms, evaluations, help applications, etc.Well, this is the answer for you. SpreadSheet Convert, is an amazing tool which converts any Excel Spreadsheet to HTML or Java Code.";
fDesc[9] = "is that it reduces the size of the web page resulting in faster load times, thereby saving disk space and bandwidth. When the web page is used in a client's browser, the documents will be uncompressed and the page will look exactly as it was before compression.";
fDesc[11] = "lot of time on the internet surfing many different posts, images, news groups, links, news, answers, stocks, viewer, bsd, web, froogle, quotes, directories and much more options in Google.";
fDesc[12] = "tray after installation and only one window is all you’re gonna see of it. As you can imagine from what I just said, it’s extremely easy to use and low resource consuming.";
fDesc[13] = "a web cam, uploaded as text or .gif to be included on a page on the Internet, and, or to create charts";
fDesc[14] = "scripts. Code Rip can extract and save Scripts, Styles, Meta Tags, Frames and Comments.";
fDesc[15] = "links, just from a set of images and a single HTML page to use as a basis for created pages.";
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 = '...';
}
}