var fDesc=new Array();
fDesc[0] = "MP3 Direct Maker is a software tool that helps you create mp3 audio clips from DVD,VCD,MPEG,AVI,WMV,ASF,MOV,QT,MP4,QuickTime,RM,RMVB,RealVideo. MP3 Direct Maker includes a internal DVD/Audio/Video player help you play DVD,VCD,MPEG,AVI,WMV,ASF,MP3,WMA,WAV,MOV,QT,MID,RMI files. The MP3 Direct Maker can directly convert VCD/DVD/QuickTime/RealVideo to mp3 audio.
- Directly convert DVD,VCD,MPEG,AVI,WMV,ASF,MOV,QT,MP4,QuickTime,RM,RMVB,RealVideo to vcd/dvd/mpg video format .
- DVD player
- Video/Audio player.
- Simple and useful playlist.
- Automatically convert multiple files.
- Customize mp3 audio format.
- Automatically produce the destination file name according to your system time.";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}