function openArchive (sel) {
	location.href = sel.options [sel.selectedIndex].value;
	}
