if (window.top.location!=document.location) self.parent.location=document.location;

/** */
function showPhoto(url) {
	winPhoto = window.open(url, 'POPphoto', 'resizable=1,scrollbars=1,resizable=1,status=0,menubar=0');
	winPhoto.focus();
}

/** */
function openSelect(url) {
	childWindow = window.open(url, 'POPphoto', 'resizable=1,height=400,width=300,scrollbars=1,resizable=1,status=0,menubar=0');
	childWindow.focus();
	//if (childWindow.opener == null) childWindow.opener = self;
}

/** */
function updateParent(update, value) {
	opener.document.parentForm[update].value = value;
	self.close();
}
