var fDesc=new Array();
fDesc[1] = "web page, and it has amazing and beautiful and realistic background effects. You can easily change font, text, color and layout, in a really fast way. You can preview your \"art\" in the movie preview window and increase or enjoy your banner! This program is made by Flash development.";
fDesc[2] = "Here they come with another such software product called SWF Banner. SWF Banner is a Flash banner and introduction creation software. SWF Banner enables users to create highly creative Flash banner or presentation or introduction movies in very few minutes.";
fDesc[3] = "websites even without any knowledge of DHTML or JavaScript development. It can generate all types of menus compatible with all common browsers including the Internet Explorer, Firefox, Opera and Safari.";
fDesc[4] = "and compile them in a single file. It includes all the files from a specific folder with images, flash, audio and video and makes a standalone EXE file, which can be opened from any Windows operating system.";
fDesc[5] = "pictures into powerful and nice looking slideshows quickly. SWFSlide allows addition of narrations, music, text, animation effects, and zoom effects to your slide show. This gives you the ability to publish your slides shows on web sites.";
fDesc[6] = "AntsSoft have now come up with another such software product called Ultra Button. Ultra Button is a very simple tool to create web based button. Ultra Button Help users to create image buttons or Flash buttons for web pages.";
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] = "know much about web development. All you need for achieving great results is typing skill. The application includes a rich collection of templates that can be used for creating your own flash menu.";
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[10] = "to find your desired domain names quickly and easily. The built-in database helps you to search from generic top level domains and from country code top level domains as well.";
fDesc[11] = "analysis and produce a detailed report. Link popularity is actually a total count of all the linked pages that link to your site. Higher link popularity can help your website get higher search engine ranking.";
fDesc[12] = "evaluating effectiveness of advertising campaigns including PPC keyword, banner and email accurately.";
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 = '...';
}
}