var fDesc=new Array(); fDesc[0] = "SmartMovie is a video player for your mobile phone,
with a counterpart converter utility for the PC.

With the converter, you may prepare any video
clip for optimal playback on your mobile phone.

Video player with subtitles & converter

Play your videos on your mobile phone, anywhere, anytime, you need just a few steps

- Convert any video file on your PC into a phone-friendly video file
- Upload video into phone/memory card
- Play the video in SmartMovie Player installed on your mobile phone

Features

- Standard AVI format, allowing you to preview converted files on your PC
- Also plays MP4V, FLV and 3GP file formats
- Player uses the phone screen in portrait or landscape mode, utilizing the full screen size of the device
- Rescaling of video to utilize the full screen area
- Support for subtitles - allowing you to watch movies in different languages
- Friendly PC converter - preview videos on PC, select parts you want to convert, change conversion quality
- Converter supports DirectShow codecs, so you may use video codecs downloadable from the internet
- Fast conversion; on a standard PC conversion is 5x faster than the video clip playback time.
You'll convert entire movie in just a few minutes
- Quality rescale algorithm in player, delivering best possible picture quality
- Customizable video player (brightness, language, volume, and more)
- User-friendly interface - watch movies, don't waste time configuring obscure settings"; 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 = ''; } }