﻿$(function () {
    $(".fancyIframe").fancybox({
        'hideOnContentClick': false,
        'type': 'iframe',
        'width': 750,
        'height': 500,
        'titleShow': false,
        'transitionIn': 'elastic',
        'transitionOut': 'elastic'
    });
});