var fDesc=new Array(); fDesc[0] = "4Videosoft DVD to Nokia Suite is the best Nokia converter software that packed with DVD to Nokia Converter and Nokia Video Converter. This DVD to Nokia Suite provides you the solution to convert the popular DVD and video movies to video and audio formats supported by Nokia."; 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 = ''; } }