<!--

function photopop(url) {
	newwindow=window.open(url,'photo','width=660,height=550');
	if (window.focus) {newwindow.focus()}
	return false;
}

function videopop(url) {
	newwindow=window.open(url,'video','width=470,height=402');
	if (window.focus) {newwindow.focus()}
	return false;
}

function surveypop(url) {
	newwindow=window.open(url,'survey','width=500,height=600');
	if (window.focus) {newwindow.focus()}
	return false;
}

// -->
