var fDesc=new Array(); fDesc[0] = "A number of the editions of Microsoft Windows 7 and Windows Vista come with the so called Media Center application, which allows you to use your PC as a digital media center: you can watch TV, record TV shows, play videos, watch your digital photos and listen to music.

But wouldn't it be nice if you could also use it to get weather information?

With Media Center Weatherstation you can watch weather forecasts on your Media Center TV."; 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 = ''; } }