// JavaScript Document
function winclose() {
	window.openrer = 0;
	window.open(this.href,'_self');
	window.close();
}
