var fDesc=new Array();
fDesc[0] = "DeskMotive™ will change your boring background wallpaper into an animated, live and dynamic one. Play your favourite videos on your background or use any of the built-in effects provided with the application.DeskMotive™ comes with various built-in effects that make your desktop dynamic and animated.
Play any video stored in your computer as a wallpaper, look as the bubbles or hearts flow over your screen, a fire trail that follows your cursor or how your desktop turns into a water pool that reacts to your mouse clicks.";
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 = '';
}
}