var fDesc=new Array(); fDesc[0] = "DreamScene Video Wallpaper will immensely boost the entertainment level on your desktop by allowing you to play videos as your wallpaper in the background. You can apply Windows Vista Ultimate Dreamscene video wallpapers on all the latest operating systems such as Windows 7, Windows 8, Windows Vista and Windows XP as background video wallpaper. When your computer is inactive, it doubles as a video screensaver too so you can watch your favorite videos."; 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 = ''; } }