var fDesc=new Array();
fDesc[1] = "Ready-to-use Components. It´s capable of importing images, graphics, sound and video from all popular formats. With this program you can export presentations to Flash, Video, GIF Animation or Image Sequence.";
fDesc[2] = "professional web sites without any HTML or programming knowledge. The program includes pre-designed website templates, ready-to-use navigation bars and various objects (pictures, text, animations, sounds) for you to customize the overall layout.";
fDesc[3] = "the program asks for the name that we want to add to our album and we can see the demo in the program that teach to us how to use this useful program.";
fDesc[4] = "pages into single executable files, and ultimately into working stand-alone Windows applications, which literally resemble a normal web browser.";
fDesc[5] = ", Flash slide shows, Flash banner, Flash AD and ecards in a very easy way. The program allows you to create different Flash intros that can be used in any websites and blogs.";
fDesc[6] = ", specify output video parameters with AVS Video to Flash!";
fDesc[7] = "a very powerful desktop blogging application that is not only lightweight but also very user-friendly. Post2Blog also includes some handy plugins for Firefox, Microsoft Word, etc that allows you to post to your blog directly from within the application.";
fDesc[8] = "images. With this program, we can add text, sound (which can even be recorded by the same program), clipart, ballons and hyperlinks to our site in the images. We can also add transition effects for our slides, add panning or zooming, or add a background music too.";
fDesc[9] = "pretty easy to use. It takes just a minute to make a nice drop down menu with nice graphics and cool behavior, and without write any single line of code.";
fDesc[10] = "desire to have many tools together in a single application. Page preview at the same time, displaying the inserted changes in code. The application can open multiple web page files. The split view of the editor allows the user to copy and paste code between two different page windows.";
fDesc[11] = "Flash format making it the cross-platform presentationware of choice. Fast and reliable, immediate rendering.";
fDesc[12] = "images, editing them in external editors, exporting them to html gallery, publishing images to some blogs, and uploading folders or individual images to Flickr. The program should meet the demands of the users who like adding creativity to editing images.";
fDesc[13] = "journal, student or personal website with Namu6. One click publishing, picture effects and themes are included. No HTML skills required.";
fDesc[14] = "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[15] = "as a FlipBook on the Web or on CDs for viewing on a PC.";
fDesc[16] = "need to be a computer science guru and learn Internet technologies";
fDesc[17] = "Providing dynamic effects like animations, sounds, gradient and transparent without any programming skill.";
fDesc[18] = "design via Drag&Drop using any web-technology. Quick results for professional standalone software. Combine the best of both worlds!";
fDesc[19] = "the Internet in merely few easy steps. The user has an option of sending them via email using advanced themes. This application facilitates the novice users to publish flash presentations even without having good knowledge about the working technology.";
fDesc[20] = "viewing. The program stitches together pictures to create one 360-degree panorama. You can actually watch the program stitch together the pictures, because it will show you what it is doing as it progresses with the work of tilting, sliding and stitching.";
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 = '...';
}
}