﻿$(document).ready(function(){
    $.fancybox({
        'hideOnOverlayClick' : false,
        'hideOnContentClick' : false,
        'enableEscapeButton' : false,
        'showCloseButton' : false,
	    'padding'		: 0,
		'autoScale'		: false,
		'transitionIn'	: 'none',
		'transitionOut'	: 'none',
		'width'		    : 530,
		'height'		: 600,
		'href'			: '/terms/AcceptTerms.aspx',
		'type'			: 'iframe'
    });
	return false;
});
