$(window).ready(function () {
    $('a[rel=fancybox]').fancybox({
        frameWidth: 790,
        frameHeight: 600
    });    
});

