var fDesc=new Array(); fDesc[0] = "AVCWare Video to BlackBerry Converter is the best BlackBerry video converter which can convert video to 3gp, mp4, avi Blackberry format without quality loss.
Supports almost all video formats to BlackBerry supported 3GP, 3G2, MP4 or AVI video files, including AVI, MPEG, WMV, MP4, FLV, MKV, H.264/MPEG-4 AVC, DivX, XviD, MOV, RM, RMVB, M4V, VOB, ASF, H.264/MPEG-4 AVC (*.mp4), etc."; 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 = ''; } }