$(document).ready(function () {

    $(".result-iframe").colorbox({
        iframe: true,
        title: function () { return $(this).attr("title"); },
        width: "520px",
        height: "600px"
    });
    
});

