var fDesc=new Array();
fDesc[0] = "DVD Converter is well-known software of Lionsea Company. It is probably the fastest DVD Ripper and DVD Converter Software worldwide available can convert and rip DVD to AVI, MPEG, WMV, DivX, MP4, H.264/MPEG-4 AVC, RM, MOV, XviD, 3GP, MP3, WMA, WAV, RA, M4A, AAC, AC3, OGG, and many other video/audio formats.
As is known to all, DVD (also known as "Digital Versatile Disc" or "Digital Video Disc" - see Etymology) is a popular optical disc storage media format. Its main uses are video and data storage. Most DVDs are of the same dimensions as compact discs (CDs) but store more than 6 times as much data. Therefore, many people are eager to convert DVD to the other format.";
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 = '';
}
}