function popup(url) {
  window.open( url, "popup", "status=1,height=450,width=700,resizable=1,scrollbars=1" )
}
