function fancy() {
	$("a.fancy").fancybox({
		'zoomOpacity' : true,
		'overlayOpacity' : 0.5,
		'overlayShow' : true,
		'zoomSpeedIn' : 500,
		'zoomSpeedOut' : 500,
		'frameWidth' :  650,
		'frameHeight' :  400		
	});
	$("#tabs_news dt a").addClass('iframe').fancybox({
		'zoomOpacity' : true,
		'overlayOpacity' : 0.5,
		'overlayShow' : true,
		'zoomSpeedIn' : 500,
		'zoomSpeedOut' : 500,
		'frameWidth' :  650,
		'frameHeight' :  400		
	});
	$("a.fancyFrame").fancybox();
}


$(document).ready(function(){
	fancy();
});
