$(document).ready(function(){
    $('a.pop').colorbox({width:'600px'});
    $('a.popExt').colorbox({width:'600px', height:'300px', iframe:true});
});