var fDesc=new Array();
fDesc[0] = "Corel DVD MovieFactory Pro 7 is all-in-one HD disc creation and burning software for quickly turning photos and home videos into professional-quality DVD, AVCHD and Blu-ray discs.
Design stunning Hollywood-style motion menus with state-of-the-art effects using professionally-designed templates. Record direct to disc, create music discs, back up data and play DVDs and AVCHD discs.
Main features:
- Work with a full suite of disc authoring and burning applications that give you results that look professional, every time - without straining your budget or your schedule
- Get started fast with the intuitive Launcher and work quickly with the easy step-by-step workflow
- Quickly turn photos into dynamic slideshows, and work with standard or high-definition video clips, either directly from camera or edited in your favorite video editor
- Choose from a wide range of professionally-designed menus and use easy customisation tools and high-quality effects to personalise your discs
- Burn discs in popular formats, including AVCHD and Blu-ray Pro, perfect for the latest high-definition home theater systems
Corel DVD MovieFactory - a complex and impressive software solution that enables you to create menus and burn DVDs with photos and movies.";
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 = '';
}
}