
function closeWindow() {
  this.focus();
	  self.opener = this;
	  self.close();
}


