$(document).ready( function(){
	
	Cufon.replace('.helvetica-bold', {
		hover: true,
		hoverables: { span: true }
	});
	

	$('#menu-disclaimer').fancybox({
		'padding':				10,
		'margin':				20,
		'scrolling': 			'no',
		'hideOnContentClick':	false,
		'type':					'ajax',
		'href':					'templates/pages/disclaimer/fancybox/index.php',
		'width':				600,
		'height':				'auto',
		'autoDimensions':		false,
		'titleShow':			false,
		'overlayShow':			false,
		'onComplete': function() {
			
			$('#fancybox-content .inner-content p').last().css( 'margin-bottom', '0' );
		}
	});
});
