var fDesc=new Array(); fDesc[0] = "Video Converter is an ideal tool for converting videos. It allows you to convert videos to any format for any device.

With Video Converter, you can easily convert videos from one format to another, save videos to your iPod, iPhone, PSP, CellPhone and any other mobile device, you can also extract sound tracks from your video files. Supported formats: MP4, H.264, 3GP, 3GP2, FLV, AVI, WMV, MOV, VOB, MPEG-1, MPEG-2, H.263, MP3, AAC, AC3, ringtone, and more various formats."; 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 = ''; } }