var fDesc=new Array(); fDesc[0] = "4Media DVD Creator, best movie DVD maker, has great ability to create DVD movie from various video files. Easily burn MP4 to DVD, MKV to DVD, AVI, MPEG, WMV, MP4, MTS, M2TS, iPhone 4 videos (MOV) and so on to DVD, DVD folder or ISO image file. This movie DVD maker software allows you burn DVDs with personalized DVD menu and is highly compatible with most disc formats."; 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 = ''; } }