var fDesc=new Array(); fDesc[0] = "Cute DVD to FLV Converter is an application that supports output video formats, such as FLV, SWF, DivX, XviD, MOV, MPEG-4, MPEG, WMV, MPEG-2, H.264, AVI, and DV. This program also supports DVD to MP3, AAC, OGG, AC3, and WAV audio conversion. The output video properties can be easily customized thanks to the flexible output profiles."; 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 = ''; } }