function load() {
	var toldWindow = window.open('faces/jsp/contents.jsp', 'toldWindow', 'width=800, height=600, toolbar=0, menubar=1, status=1, resizable=1, scrollbars=1');
	if (toldWindow) {
		history.back();
		toldWindow.focus();
	}
}