var fDesc=new Array(); fDesc[0] = "Okoker MPEG to AVI DVD VCD WMV Converter&Burner is a professional media conversion tool that can batch convert MPEG to AVI, DIVX, DVD, VCD, MPEG and burn them into DVD/CD. You can change the codec/system type to PAL or NTSC, and adjust the video size of the output files ."; 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 = ''; } }