var fDesc=new Array(); fDesc[0] = "AVCWare DAT Converter has all the capabilities convert DAT files so they can be played on MP4 players, Windows media players or 3GP mobile phones, or uploading them to YouTube.

With this DAT converter, you can convert DAT videos to AVI, DivX, MP4, MPEG4/H.264, WMV, 3GP, FLV and such video formats, and also convert VOB/MPEG/MPG to these video formats, as well as extract movie music or dialog from DAT video files to M4A/MP3 music."; 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 = ''; } }