$(document).ready(function() {	
	$("a.popContent").fancybox({
		'hideOnContentClick': false,
		'frameWidth': 540,
		'frameHeight': 390
	});

});
