var fDesc=new Array(); fDesc[0] = "ArcSoft QuickDVD is a DVD burning tool that is designed to works with Windows Media Center edition. When ever you are recording any media from the TV, you may be willing to burn that media to a DISC for office or home use or keeping record of your favorite serials. ArcSoft QuickDVD enables the user to burn recorded videos and TV shows to DVD using simple steps. You can choose different menus and backgrounds to design your DVD video. You can change the title and video names in order to manage videos.

Key Features:
- Record media from a camcorder, VCR or a camera.
- Burn DVD of your recorded videos.
- Large buttons view for quick and easy use.
- Choose a background and layout for your video menu and chapter thumbnail. Select a background from more than 4 categories like, occasions, fun, pure colors and image scape.
- Insert date to the main menu of DVD to remember about the videos.
- You can burn your recorded TV serials or family videos from your camcorder to a DVD.
- Very easy user interface."; 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 = ''; } }