<!-- hide from old browsers
function popthis(name) {
		if (name == 'georgesr' | name == 'sonja' | name == 'georgejr' | name == 'kristina' | name == 'michelle') {
			specs = 'width=500,height=400,toolbar=0,scrollbars=2,status=0'
		}
		else {
			if (name == 'champagne') {
				specs = 'width=500,height=300,toolbar=0,scrollbars=2,status=0'
			}
			else {
				specs = 'width=500,height=555,toolbar=0,scrollbars=2,status=0'	
			}
		}
		theURL = 'bios.asp?event=' + name; 
		detailWindow = window.open (theURL,'eventpop',specs);
		detailWindow.focus()
}
// -->
// End hiding from old browsers -->