$(document).ready(function() {
	
	$("#privacy1, #privacy2, #privacy3, #privacy4, #privacy5, #privacy6, #privacy7, #privacy8, #privacy9, #privacy10").fancybox({
		'autoScale'     	: false,
		'width'				: 920,
		'height'			: 600,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'showNavArrows'		: false
	});
	
	$("#FAQ").fancybox({
		'autoScale'     	: false,
		'width'				: 950,
		'height'			: 550,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'showNavArrows'		: false
		
	});
	
	$("#Questions").fancybox({
		'autoScale'     	: false,
		'width'				: 950,
		'height'			: 550,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'showNavArrows'		: false
		
	});
	
	$("#reviews").fancybox({
		'autoScale'     	: false,
		'width'				: 950,
		'height'			: 625,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'showNavArrows'		: false
		
	});

	
});




