// JScript File

$(document).ready(function() 
{
    $("#btnContact").fancybox({
        'speedIn'		:	'600', 
		'speedOut'		:	'200',
		'width'             : 560,
		'height'            : 440,
        'autoScale'     	: true,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
	$("#btnContact2").fancybox({
        'speedIn'		:	'600', 
		'speedOut'		:	'200',
		'width'             : 560,
		'height'            : 440,
        'autoScale'     	: true,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
});