function relation_show_photo( url, w, h ) {
	window.open( '/conf/photo.shtml?'+url, '_blank', 'width='+(w-0+4)+',height='+(h-0+33) );
}
