var fDesc=new Array(); fDesc[0] = "Free GMT DAT Converter can convert video DAT to AVI, DivX, MP4, MPEG-1/2, MPEG-4 AVC, WMV, 3GP, and FLV video. At the same time, it burns DivX to DVD and converts DivX to VOB and finish all your tasks with speed and good quality. It captures the movie images you like while previewing video in the built-in resizable player and saves them as JPG, PNG, GIF, or BMP format."; 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 = ''; } }