
<!-- Popup Photo Gallery Flash Button -->

function popUp(theURL) {
var top=open(theURL,'winname','width=650,height=650,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0');
top.focus();
}



<!-- Popup Video Gallery Flash Button -->

function popUpVideo(theURL) {
var top=open(theURL,'winname','width=970,height=650,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0');
top.focus();
}


function popitup(url) {
	newwindow=window.open(url,'name','height=650,width=650');
	if (window.focus) {newwindow.focus()}
	return false;
}