var fDesc=new Array(); fDesc[0] = "ASXGui is a program designed to make converting videos using the x264 codec a very simple process. All a user has to do is select their input file and click “Start Encoding”. ASXGui will figure out what resolutions and bitrates automatically, no advanced user knowledge required.
Although ASXGui is able to set everything up automatically, it also has the capability to be a highly advanced and powerful encoder tool.

Anything that will play in Windows Media Player should be able to convert in ASXGui."; 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 = ''; } }