var fDesc=new Array(); fDesc[0] = "AVCWare HD Converter is a nice program for converting HD video formats such as AVCHD (mts, m2ts), H.264/AVC, MKV, and MPEG-2 (ts) with advanced High-Definition video conversion technology. A great feature is that It not only converts from HD videos to SD videos, but upgrades an SD video to HD. Support HD videos like AVCHD (mts, m2ts), MKV, HD ASF, HD AVI, H.264/AVC, HD Quick Time, HD MPEG-4, and HD WMV, and general videos and audios like AVI, MPEG, WMV, MP4, 3GP, FLV, RM, MOV, MP3, WMA and AAC."; 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 = ''; } }