var fDesc=new Array(); fDesc[0] = "Burn Video DVDs from JPG, BMP, FLV, F4V, AVI, DivX, WMV , MPEG, VOB, 3GP, MOV, and MP4 files. The Cheetah DVD Maker can burn NTSC or PAL compatible DVDs to DVD-R and DVD+R discs. It has options to create different menu types or a DVD with no menu just chapters. The Cheetah DVD Maker can also make DVD Slide Shows with pictures, video and audio. It is a fast and easy to use program for creating home DVDs."; 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 = ''; } }