function ViewWeather(winURL) {
  winSize = "scrollbars=1,resizable=1,width=650,height=480,top=0,left=0";
  window.open(winURL,'wf',winSize);
}