var fDesc=new Array(); fDesc[0] = "Format Factory is a multifunctional media converter.
Provides functions below:
-All to MP4/3GP/MPG/AVI/WMV/FLV/SWF.
-All to MP3/WMA/AMR/OGG/AAC/WAV.
-All to JPG/BMP/PNG/TIF/ICO/GIF/TGA.
-Rip DVD to video file , Rip Music CD to audio file.
-MP4 files support iPod/iPhone/PSP/BlackBerry format.
-Supports RMVB,Watermark, AV Mux.
Features:
- support converting all popular video,audio,picture formats to others.
- Repair damaged video and audio file.
- Reducing Multimedia file size.
- Support iphone,ipod multimedia file formats.
- Picture converting supports Zoom,Rotate/Flip,tags.
- DVD Ripper."; 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 = ''; } }