var fDesc=new Array(); fDesc[0] = "Nidesoft Walkman Video Converter is an advanced and professional Movie Converter, for Sony Walkman player and Sony Ericsson mobile phone devices.
The program can convert video files to Sony Walkman video file like MP4, H.264, AVI, AVC. Support converting of various popular formats movie files, including MPEG, VOB, DAT, MOD, TOD, QT, MOV, MKV, RM, RMVB, M4V, 3GP, WMV 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 = ''; } }