var fDesc=new Array(); fDesc[0] = "ImTOO WMV 3GP Converter can convert videos from 3GP to WMV and from WMV to 3GP format which is working well with Nokia, Motorola, Samsung, Sony Ericsson, and so on.
As a customer-oriented WMV 3GP converter, it provides rich functions such as splitting file, converting any video clips, calculating bit rate, and so on."; 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 = ''; } }