$(document).ready( function() {

	$("a.fancyimage").fancybox({
		'hideOnContentClick': true,
		'zoomSpeedIn': 300,
		'zoomSpeedOut':	300,
		'overlayOpacity':0.7,
		'overlayColor':'#000',
		'transitionIn':'elastic'
	});
	

	$("a.fancycontent").fancybox({
		'width'				: '80%',
		'height'			: '80%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
		

	$("a.fancy-smallcontent").fancybox({
		'width'				: '45%',
		'height'			: '40%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});

});

function printWindow( url ) {
	okno = window.open(url,'Benepol','toolbar=no,scrollbars=yes,status=no,top=50,left=50,width=685,height=600');
}

