function closePrettyPhoto ( ) {
	jQuery.prettyPhoto.close();
}
function closePrettyPhotoAndUpdate ( ) {
	jQuery.prettyPhoto.close();
	window.location.reload();
}
function closePrettyPhotoAndGo ( addr ) {
	jQuery.prettyPhoto.close();
	window.location = addr ;
}


