function popup (url)
{ 
  window.open(url,"Weather","top=50,left=10,width=610,height=400,scrollbars=yes");
}