var fDesc=new Array();
fDesc[1] = ", streaming audio from the Internet and so on. MP3 Audio Recorder Standard provides high quality recording to you.";
fDesc[2] = "the Input and Output , Mixer Play List (use it like Windows Media Player)";
fDesc[3] = "MP3 file types. You can create and maintain multiple Favorite Lists and Play Lists. Surf the Internet. Video Capture.";
fDesc[5] = "and audio formats, including DVD to WMV, DVD to MPEG-4, and DVD to WMA, AAC, and MP3 with great quality.";
fDesc[6] = "Creator helps you create ( BURN ) normal audio CDs from your favorite audio files on-the-fly to make your own customized Audio CDs,CDRs.";
fDesc[7] = "Karaoke experience into one simple package. Play almost any audio track including CDG (karaoke) files. Entertaining your guests has never been easier.";
fDesc[8] = "formats such as FLV, MPEG1, MPEG2, MP4, DAT, 3GP, 3G2, MOV, AVI to DVD.";
fDesc[9] = "Express will speak to you E-mail messages. You will not listen advertising signatures in messages.";
fDesc[10] = "MOV, GAME, FLASH, Streaming Audio on Internet, even from all peripheral equipment such as Microphone, Cassette Tape, TV, Radio, Electronic Organ, Video Tape, CD Player, DVD Player, PS2, Xbox, it is offering professional recording features for saving as mp3 format without costing any other disk space. Nice Recorder is designed to work directly with your sound card, so can record almost all audio from your sound card at near-perfect quality what you can hear from your speaker. It can grab audio from all multimedia files which can be played with any audio player and video player such as Windows Media Player, Winamp, Real One Player, QuickTime Player, Windvd and others. Nice Recorder grabs audio from Game, Flash, Application, and Streaming Audio on Internet, grab audio from all peripheral equipment which is linking to your PC. Nice Recorder has a Voice Activation System with which you can...";
fDesc[11] = "PSP, can convert DVD to PSP movie.So easy to use and fast than ever before, just a few clicks to convert DVD to PSP.";
fDesc[12] = "other services as often as you want it to- alerting, logging, and if you want, it will send you up-down emails.";
fDesc[13] = "Skelton's Pledge of Allegiance, as well as patriotic songs, and links to Charities, and Support our Soldiers web sites.";
fDesc[14] = "your standard desktop clock, an easy-to-use, convenient interface that uses skins to modify its appearance and much more.";
fDesc[15] = ", Online sharing of PowerPoint presentations, Application for presentation of PowerPoint slide shows (converted to Flash), LMS and Authoring";
fDesc[16] = "make your own audio CD easily and quickly.";
fDesc[17] = "quickly and easily add audio to a Web page for very little cost.";
fDesc[18] = ", Zune, join multiple video files into one, rip your DVDs and extract soundtracks from your video files!";
fDesc[19] = "animation, animated GIF, IVF, Matroska MKV, MOV, MP4, MPEG-1, OGG Media OGM, RM/RAM and WMV to PMC WMV and WMA";
fDesc[20] = ", FLC/FLI animation, animated GIF, IVF, Matroska MKV, MOV, MP4, MPEG-1, OGG Media OGM, RM/RAM and WMV to iPhone.";
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 = '...';
}
}