$(document).ready(function() {
	$("#c_v").fancybox({
		'width' : 520,
		'height' : 600,
		'transitionIn' : 'fade',
		'transitionOut' : 'fade',
		'overlayColor' : '#000',
		'overlayOpacity' : 0.6,
		'padding' : 1,
		'enableEscapeButton' : true,
		'type' : 'iframe'
	});
	
	$("#r").fancybox({
		'width' : 520,
		'height' : 600,
		'transitionIn' : 'fade',
		'transitionOut' : 'fade',
		'overlayColor' : '#000',
		'overlayOpacity' : 0.6,
		'padding' : 1,
		'enableEscapeButton' : true,
		'type' : 'iframe'
	});
});
