var fDesc=new Array(); fDesc[0] = "Yuzhe Video Converter 2010 converts all of the popular formats with incomparable speed and high quality, including video and audio files. Supports adding a batch list of different formats file and converts them all to a selected format. The converted files can be exported to the pre-selected routine and no impacts will be generated to the original files. Preview is available before conversion."; 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 = ''; } }