var fDesc=new Array(); fDesc[0] = "DDVideo DVD to Nokia Video Converter can rip and convert DVD to Nokia MP4, 3GP, and other mobile phone such as 3GP, 3G2, H.264/MPEG-4 AVC etc. video format and MP3, AAC, WAV audio format. This tool helps you rip and convert any DVD movies or video to Nokia phone like Nokia N90, Nokia 6205, Nokia E71 ,Nokia 5800, Nokia E63, Nokia E75, Nokia E71, Nokia N96 and more."; 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 = ''; } }