var keith = document.getElementById("keith");
var deborah = document.getElementById("deborah");
var chris = document.getElementById("chris");

keith.onclick = function() {
	var iframe = frames['bios'] + document.getElementById("bios");
	alert(iframe);
	iframe.location.href = "http://www.google.com";
}