
  function PopWin(which_url,url_label) {
	popupURL = which_url;

	window.open(popupURL ,"Fullsize" ,"width=650,height=510,scrollbars=no");
  }
