function WindowClose() {
	if(opener)
		opener.focus();
	top.close();
}