var gallerypopup = null;

var gallery_title = 'Amanda Robins';

function popup(url) {
	gallerypopup = window.open(url, "gallerypopup", "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=520,height=605");

	if (window.focus) {
		gallerypopup.focus();
	}
}
