﻿var fancyBoxSeetings = { 'autoDimensions': false, type: 'iframe', width: 350, height: 260, 'transitionIn': 'none', 'transitionOut': 'none' };
function printFlyer(flyer) {
    $.fancybox('pages/Print.aspx?ID=' + flyer, fancyBoxSeetings);
}
