var fDesc=new Array(); fDesc[0] = "Aiprosoft DVD to Nokia Converter is the most professional DVD to Nokia Converter to convert DVD movie to Nokia MP4, 3GP, along with the function to extract DVD movie to Nokia MP3, AAC, WAV. The ripped video is compatible with Nokia N96, Nokia E75, Nokia E71, Nokia E63, Nokia N95, Nokia N75, etc. The user-friendly interface and the overwhelming DVD to Nokia conversion speed are this software another two attractive features."; 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 = ''; } }