function openPhoWin(url) {
  window.open(url, "newwindow",
              "width=650,height=505,scrollbars=yes,resizable=yes,status=yes");
}
