var fDesc=new Array(); fDesc[0] = "Smartmovie is a useful program for those who like to use their Windows Mobile devices as multimedia centers and watch videos on the go.
Windows Mobile devices are small and useful devices, but multimedia capabilities are not the strong point of them. Despite this many of us take our Pocket PCs every day with us and in some occasions we want to watch a video, a movie, or any other kind of video file. Then is when we realize how limited our devices are. In most Pocket PCs is impossible to watch divx films without having to deal with continuous lags which many a time get us out of the story.
Smartmovie tries to solve this problem. Smartmovie divides in two parts, a video viewer for your Pocket PC, and a video compresor for your desktop PC. The point is that before watching any video we should re-compress it through the desktop part, this way we get a smaller and lighter version of the video file. Then we can use the Pocket PC part (or any other video file player) to watch it.
The demo version is limited to 60 minutes of use in the Pocket PC part"; 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 = ''; } }