var fDesc=new Array();
fDesc[1] = "convert them to wav, mp3, OGG, etc. audio files to be saved on the user PC. User can run the application directly from the Windows Command Line. The help file shows all the available options for these commands. The Help file comes in HTML format and it is displayed by the Internet browser.";
fDesc[3] = "This program found its market and won a lot of awards. This software will help you to convert your photos and videos into a dazzling and moving TV experience in wide-screen format. It is ideal for novices. There are full set of tools for slideshow creation, with various effects...";
fDesc[4] = "From your private collection of love songs to entirely homemade video clips – everything's possible! For your songs, music videos, video emails, karaoke shows, funny clips, and much more.";
fDesc[5] = "online, this is the perfect software to use. The whole process of creating album is simple and easy. No experience necessary for handling HTML or FLASH tools used in this software.";
fDesc[7] = "few simple steps. This incredible program allows you to record your own commentaries, edit and cut them like the pros, select matching songs, upload and post your own show in a few minutes.";
fDesc[8] = ", sounds, music and voices. Make it as DVD movie or publish to HTML, Flash, AVI, etc. Send via email or host it online for free.";
fDesc[9] = "and share photos and videos online. This incredible program enables you to upload photos easily, select design templates, add text and music.";
fDesc[10] = "music, add sound effects and transitions, improve quality and publish online or burn it on a CD for distribution. The interface is simple and intuitive. It runs on Windows 2000 and XP.";
fDesc[11] = "transitions effects, various styles of templates, background music to be added on.";
fDesc[12] = "online. The Phanfare Photo software allows you to easily arrange your photos and videos into attractive albums. Simple-to-use tools make it a snap to perform common editing tasks, such as cropping, red-eye correction, adding captions, improving color balance, and more. Better yet, every change you make to your albums shows up instantly online. No more waiting for tedious uploads. Simply make a change using the Phanfare Photo application running on your computer, and the change is instantly mirrored in your online album. After trying out Phanfare Photo, you'll wonder why you ever spent so much time staring at a progress bar. Phanfare combines the best elements of a full-featured desktop application with all the benefits of a Web-based photo- and video-sharing site: A rich, responsive interface that makes editing your albums fun. Beautiful, ad-free online albums for sharing with family...";
fDesc[13] = "e-album without any special knowledge. The program is extremely easy to use and does not require any additional software.";
fDesc[14] = ", picture album, album review and family photo album. It can create, release or manage your photo album online easily, and allows you to upload, download, manage, and browse your photos online, and you even could browse your album through web.";
fDesc[15] = "numerous themes, customize almost every detail, and publish your web album instantly or save it for future use.";
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 = '...';
}
}