var fDesc=new Array(); fDesc[0] = "Bytessence MPxConverter is a simple user interface for AMV-Codec-Tools, a fork of FFMpeg targeted at media conversion for chipods (cheap mp4 players, usually knockoffs of popular brands). It is based on the same code as the (discontinued) AMVConverter, but it now is compatible with both Actions and Sunplus players. The program kept many features from its predecessor, mainly portable code, ease of use, speed and multilingual interface while adding extended conversion support."; 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 = ''; } }