var fDesc=new Array();
fDesc[0] = "Fleximage DVD TO SVCD Converter is a powerful and easy DVD ripper application for converting DVDs to VCD and SVCD with excellent output quality.
Main Features:
- Easy to use. It has been designed especially for inexperienced users; 3 clicks are enough to start ripping.
- High speed:Fleximage DVD TO SVCD Converter has adopted the most advanced decoding calculation which brings up the amazing efficiency.
- Brand-new DVD decryptor: Includes the CSS decryptor,supportingmore encrypted DVD movies.
- Add the function of setting the video and audio Bitrate (Kbit/s) of mpeg
- Perfect output effect. It can support most brands of CD writer, DVD writer, and the CD-R/RW can be backed up with perfect quality.
- Powerful capability of recognition. As all products of FLEXIMAGE Company, Fleximage DVD TO SVCD Converter has preeminent power to decode DVD VIDEO DISC.";
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 = '';
}
}