var fDesc=new Array();
fDesc[0] = "Want to get DVD movies on your Nokia 5800, Nokia N95, N75? Have a free trial of DVD to Nokia software, this professional and easy Emicsoft DVD to Nokia Converter is your best solution to rip DVD to Nokia video with high video quality and fast conversion speed.
With impressive conversion function, you can rip DVD to many Nokia supported video and audio formats, MPEG-4, 3GP, WAV, MP3, AAC, and various Nokia models, Nokia 5800, N95, N75, 6020, 5300, etc.
The best DVD to Nokia Converter also provides multiple functions, you can rip DVD to Nokia by adjusting file size, rip DVD into segments, select audio track and subtitle, all can be completed with simple clicks.";
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 = '';
}
}