var fDesc=new Array();
fDesc[1] = "formats. It supports AVI, MPEG, RM/RMVB, WMV/ASF, MOV video and audio formats.\"";
fDesc[3] = "resulting format options; - automatic source deleting; - skin support; - drag and drop support; - editor of tags.";
fDesc[8] = "WMV,MKV to WMV,MOV to WMV,3GP to WMV,MP4 to WMV,MPG to WMV,MPEG to WMV,DAT to WMV, OGM to WMV,AVI to WMV.";
fDesc[9] = ", M4A, AAC, RA, WMA, OGG to 3GP, Mobile Movie Converter .";
fDesc[10] = "from internal or external source into MP3/OGG/WMA/WAV/APE format sound file directly without costing any other disk space.";
fDesc[13] = "Audio, mp3 audio cd, ogg, etc, all video file types that your codec supports, change wallpaper..";
fDesc[14] = ", time and enjoy easy friendly interface with wide format and codec choise.";
fDesc[15] = "format.Using real-time conversion directly record sound without temporary files created.";
fDesc[16] = "to IPOD,ASF to IPOD,IPOD to IPOD,AVS to IPOD,MKV to IPOD,MOV to IPOD,3GP to IPOD,MP4 to IPOD,MPG to IPOD,MPEG to IPOD.";
fDesc[17] = "3GP; Its standards-based encoding algorithm ensures that videos have best quality;All codec are built-in.Can clip 3GP video files.";
fDesc[18] = "files such as AVI, MPEG, WMV, DivX, MOV, RM, VOB, etc. to iPhone movies with great quality.";
fDesc[19] = ", except that it uses arbitrary sounds instead of pre-defined drum kits. This allows much greater flexibility to the end user (you). dRhumba has many useful features including the following: Load and sequence sound samples into measures and songs Real-time pattern editing and effects processing Support for WAV (including compressed), MP3, and Ogg Vorbis files Per-instrument volume, pan, delay, echo, chorus, flange, and distortion effects Instrument waveform view and selection Stretch-to-measure capability Mixing and effects are done at 44.1 KHz, 32-bit precision High quality re-sampling algorithm for sample rate conversion Win32 application - works on Win98, WinNT, WinMe, Win2k, WinXP Does not require special audio equipment (+) No DLLs or other support files required Save your work as a dRhumba song file (*) Output finished work to standard WAV files (*) (+) Requires a...";
fDesc[20] = "audio and video output for your PSP.Support DVD ripping.";
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 = '...';
}
}