function loadinparent(url, closeSelf){
	self.opener.location = url;
	self.blur();
	if(closeSelf) self.close();
	}