var fDesc=new Array(); fDesc[0] = "BestSoft Video DVD Creator and Burner allows you to convert AVI, DIVX and MPEG formats to DVD compatible MPEG2 files. Also the program can convert MP4 (PSP, iPod, 3GP, Zune) and RM(RMVB) video formats to DVD format so you can burn them to a DVD-R, DVD+R, DVD+RW, and DVD-RW."; 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 = ''; } }