var fDesc=new Array(); fDesc[0] = "Simply put, Zune is a way for you to enjoy music and video anywhere you go.

If you want lots of music, get access to over 10 million tracks with a Zune Pass. This monthly music subscription lets you download, play, and stream as much music as you want.

If video is your passion, check out the vast collection of movies, TV shows, and music videos in Zune Marketplace. Many videos are available in gorgeous 1080p and 5.1 surround sound.

When you put it all together, Zune brings you great entertainment without having to choose one way, one device, or one place. Play your music and videos anywhere you have Zune : on your PC, on your TV, and on the go."; 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 = ''; } }