var fDesc=new Array();
fDesc[1] = "your own site. It's free.";
fDesc[2] = "will be able to view, process and enhance your photos very easily and fast. You can import photos from your digital camera or local folder, apply the effects you want, and then print them out, e-mail them, create a photo book, a slideshow, a screensaver, etc.";
fDesc[3] = "tools for creating a website graphical skills or technological/HTML knowledge and many extra features such as BLOG, Calendar, e-Commerce, Guestbook, impressive image slideshows, PodCast, Counters needed, EZ generator is an efficient solution to overcome all these problem.";
fDesc[4] = "simplicity. With OtsAV DJ you will produce professional quality audio as well as video/karaoke. There are two editions available - The Silver edition, which only supports audio, and the Professional edition that will allow you to produce audio, video and karaoke.";
fDesc[5] = "photos and images to share with your family and friends, or use them as a screensaver. The program features a nice and intuitive wizard-like user interface that guides you throughout the different steps of the process to make it quicker and with no mistakes.";
fDesc[6] = "owner of a website, then this simple application will let you create your own web albums by using nice included templates, and upload them to your server easily.";
fDesc[7] = "knowledge about this kind of project. But with Easy Web Gallery Builder, you will be able to create stunning web galleries of photos and videos in minutes.";
fDesc[8] = "web-based applet to insert in your own webpages. The generated viewer can be customized in colour, size, and font. It also includes a slideshow generator which layout is also fully customizable, including a number of transition effects.";
fDesc[9] = "quickly and targeted within an single scroll or switch to a multiple photo preview to make chose.";
fDesc[10] = "everybody who wants quickly and easily present pictures on the web.";
fDesc[11] = "resolutions from the same project. Automatically adjust frame durations to suit accompanying soundtrack.";
fDesc[12] = "professional looking thumbnail galleries with ease. It gives you alot of flexibility in creating thumbnail galleries without the need to understanding HTML.";
fDesc[13] = "high quality thumbnail images, modifies images and generates HTML pages.";
fDesc[14] = "capture, news downloader, and contact sheet generator capabilities for Microsoft Windows 95/98/ME/NT/2000. The following image...";
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 = '...';
}
}