function popup(url)
      {
      mywin = window.open(url, "popup","left=370, top=35, width=687, height=475, resizable=0, location=0, menubar=0, scrollbars=1, status=0, toolbar=0");
      }
	