﻿function f_WindowClose(){
	var obj_window = window.open('', '_self');
	obj_window.opener = window;
	opener = self;
	self.close();
}

