function popupWindow(pageref,win_name,theSize,Scroll) {
	if (Scroll == "undefined"){Scroll = "yes"}
  var remote = window.open(pageref,win_name,theSize+"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+Scroll+",resizable=no");
  remote.focus(); 
}
 
