
$(document).ready(function() {


	/* fancybox settings */
	var fancyboptions1 = {
		'autoDimensions'	: true,
		'width'        	: 620,
		'scrolling'		: 'no',
		'hideOnContentClick': true,
		'overlayOpacity': 0,
		'titleShow':false,
		'transitionIn'	:	'none',
		'transitionOut'	:	'none',
		'showNavArrows' : false,
		'padding'	: 0
	};

	var fancyboptions2 = {
		'autoDimensions'	: false,
		'width'        	: 620,
		'height'        	: 550,
		'scrolling'		: 'no',
		'hideOnContentClick': true,
		'overlayOpacity': 0,
		'titleShow':false,
		'transitionIn'	:	'none',
		'transitionOut'	:	'none',
		'showNavArrows' : false,
		'padding'	: 0
	};

	var fancyboptions3 = {
		'autoDimensions'	: true,
		'width'        	: 800,
		'scrolling'		: 'no',
		'hideOnContentClick': true,
		'overlayOpacity': 0,
		'titleShow':false,
		'transitionIn'	:	'none',
		'transitionOut'	:	'none',
		'showNavArrows' : false,
		'padding'	: 0
	};

	$("a#inline").fancybox(fancyboptions3);

	
	$("#box_11").fancybox(fancyboptions3);
	$("#box_22").fancybox(fancyboptions3);
	$("#box_33").fancybox(fancyboptions3);

//	Cufon.refresh('#contact');

	Cufon.replace('a', { hover: true });

});


function open(id) {
	$("#box_"+id).trigger('click');
}