var fDesc=new Array(); fDesc[0] = "The Weather Network for PC brings the most current, accurate and reliable weather forecasts to your desktop. It works like a mini weather station with all the local forecast information, maps, videos and more. The app uses PointCast technology in order to deliver hyper local forecasts and weather information with precision and accuracy beyond compare. By providing your postal code, ZIP code the app can deliver a hyper local PointCast as close as lkm/0.6miles using your latitude and longitude.

The Weather Network for PC works on Windows XP, Windows Vista, and Windows 7."; 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 = ''; } }