$(document).ready(function () {
    $(".legallink").colorbox({ iframe: true, innerWidth: "65%", innerHeight: "70%"});
});
