function openwin(x) {
var answer = confirm ("By clicking this link you are opening a web page not directly associated to the Northern Ohio Safari Club International web site")
	if (answer) {
   		window.open(x)
	}
}
