function closeCurrWindow() {
	window.open('','_parent','');
	window.focus();
	window.close();
}
