var fDesc=new Array(); fDesc[0] = "Vital Desktop Video allows you to place a movie on your desktop underneath the icons. This is like animated wallpaper but much, much faster. And YOU get to choose what moves on the desktop...

You have seen other animated wallpapers: Vital Desktop Video blows them all out of the water. Full speed, full screen video animation -- and YOU get to choose the video. We have provided a sample video for you to use, but this software could be used for any video you currently have stored on your PC."; 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 = ''; } }