// by kormikez (c) 2008

function note(page) { 
	document.write("<font color=grey size=2 face=Tahoma>Od¶wieżanie strony...</font>");
	window.open(page, "", "toolbar=no, location=0, directories=0, status=no, menubar=no, scrollbars=no, width=180, height=20, left=150, top=200");
}

function noteAndRefresh(page) {
	window.location.reload();
	note(page);
}
