var fDesc=new Array(); fDesc[0] = "Easy Video to 3GP Converter converts video files for optimized video playback on mobile phone and PDA.You can convert almost all popular video formats, e.g. AVI/DIVX/XVID/DIV, MPEG/MPG/DAT, WMV/ASF/ASX, RM/RMVB, MOV/QT, 3GP/3G2, MP4/M4V, FLV, and any video format play-able. With Easy Video to 3GP Converter you can put your favourite videos on your mobile phone, PDA and watch them wherever and whenever you want. Let the kids watch their favourite cartoons in the car."; 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 = ''; } }