function flashAtom(xatoms) {

	document.geoff.selected_atoms.value = xatoms;

}

function showHide(layer, action) {

	document.getElementById(layer).style.display = action;

}

function selectOne(atom) {

	window.location = "/cgi-bin/nwalert-archive.cgi?view_atom="+atom;

}