var fDesc=new Array(); fDesc[0] = "AimOne Video Splitter works as a versatile video splitter to split, cut or trim a large AVI, MPEG, RM, ASF, WMV, 3GP, or MP4 Video file into smaller video clips without re-encode. Using the included video player, you can easily split AVI, MPEG, RM, ASF, WMV, 3GP or MP4 Video file by setting precise time or the selection as needed. The output formats can be 3GP, AVI, FLV, MP3/MP4/MPEG, RM/RMVB, PSP, MKV, VOB, WMV, WMA and etc. It supports direct stream cutting without re-encode, regarded as the most efficient way to split video."; 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 = ''; } }