var fDesc=new Array(); fDesc[0] = "The most powerful BlackBerry video converter for you to convert video for BlackBerry devices perfectly, you can easily convert video to BlackBerry Video AVI including WMV, MPEG, MPG, DAT, RM, RMVB, MOV, ASF, FLV, and more. Provide you a series of video editing functions like video crop, movie trimming, and video effect adjustment. You can set encoding parameters including resolution, bit rate, frame rate, aspect ratio, brightness, contrast and saturation to get the best Blackberry video quality. Support batch conversion and customizes profile, making your conversion much more convenient."; 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 = ''; } }