var fDesc=new Array(); fDesc[0] = "When Windows desktop meets the 3D game you get drive-in wallpaper - 3D desktop wallpapers which you move into and desktop icons which you move among. Explore your desktop in 3D. Look around and move around as in a 3D game. Instead of power-ups and players to watch out for, you have 3D icons and views to look at."; 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 = ''; } }