var fDesc=new Array(); fDesc[0] = "MP4Tools is a collection of simple free tools to join and split MP4 files.

It contains following applications:
- MP4Joiner is a free application that allows join multiple MP4 files into one without reencoding and without quality loss.
- MP4Splitter is a free application that allows split a MP4 file in multiple files without reencoding and without quality loss."; 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 = ''; } }