function popUpImg(){
	$("a[rel=popimg]").fancybox({
		'titleShow'			: false,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'overlayShow'		: true,
		'enableEscapeButton': true,
        'showCloseButton'	: true,
		'overlayOpacity'	: '0.8'
	});
}
