var fDesc=new Array(); fDesc[0] = "This program is an all-in-one Nokia N96 video conversion solution. KingConvert For Nokia N96 includes an excellent Nokia N96 converter software: File/DVD/CD/VCD to Nokia N96 Video Converter. With this tool you can easily convert all popular video formats like AVI, MPG, MPEG, DAT, MOV, ASF, FLV to Nokia N96 video (MP4 format). You can also adjust the output files parameters with a few clicks, such as splitter large video files 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 = ''; } }