$(document).ready(function(){
    $(".openiframe").colorbox({width:"70%", height:"80%", iframe:true});
    $(".openiframesmall").colorbox({width:"760px", height:"55%", iframe:true});
    });
