var fDesc=new Array();
fDesc[0] = "MPEG4 Direct Maker VCD is a software tool that helps you create Divx;-) AVI/MPEG4 WMV video clips from VCD. MPEG4 Direct Maker VCD includes a internal Audio/Video player help you play VCD/MPEG/AVI/WMV/ASF/MP3/WMA/WAV/MID/RMI files. The MPEG4 Direct Maker can directly convert VCD/DVD to Divx;-) AVI/MPEG4 WMV V7/V8 format. According microsoft's announce,you can get VHS quality video clips in 250KBPS,or DVD quality video clips in 500KBPS (Widows Media Video V8 Format)!!
- Directly convert VCD/DVD to Divx;-) AVI/MPEG4 WMV V7/V8 video format .
- DVD player
- Video/Audio player.
- Simple and Useful Playlist.
- Automatically convert multiple files.
- Customize AVI/WMV format.
- Automatically produce Divx;-) AVI/MPEG4 WMV 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 = '';
}
}