var fDesc=new Array();
fDesc[0] = "Wondershare PocketPC Slideshow is a powerful and easy to use photo and video movie maker for PocketPC. It provides a quick and completed solution to make an entertaining photo and video movie, along with fair-sounding background music, magical clipart, and amazing transition and ken-burns effects! Also,the powerful photo and video editing and easy to use converting function will let you make the satisfied slide show in an instant. Just a few clicks, and then get the surprise. The features are followed: 1. Support almost all the popular photos and video formats. 2. Powerful video and photo editing tool. 3. Trim soundtrack and set fade in/out. 4. Ken-burns styled effect. (Panning and Zooming) 5. Various quality transition effects. 6. Auto-sync for audio and video. 7. Libraries of free templates provided. 8. Support lots of cool 3D transition effects.";
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 = '';
}
}