var fDesc=new Array(); fDesc[0] = "Nidesoft DVD to Nokia Converter is a professional and easy-to-use DVD Converter software with user friendly interface. It could help you to convert DVD movie to many Nokia video formats: 3GP, MP4, MP3, WMV, etc., which could be played on your Nokia mobile phone, such as Nokia 5800, Nokia N95, Nokia 5320 XM, Nokia E71, etc.. Actually, it could support almost all the Nokia mobile phone family and provide several different output profiles for you to select. You could also set the resolution according to your mobile phone screen resolution."; 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 = ''; } }