function bio(id) {
	var URL = "./biography.php?id=" + id;	
	var features = "width=440,height=480,";
	features += "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,copyhistory=0";
	window.open(URL,'biography',features);
}
