
$(document).ready(function() {
    $('.colorbox_link').colorbox({width:"70%", height:"80%", iframe:true});
       
       
       
        $("#cdwexc").change(function() {
        /*    if ($(this).attr("checked") == true)   {*/
                    $.fn.colorbox({href:$('#cdwexc').attr('popup'), width:"70%", height:"80%", iframe:true});

                /*}    else  {
                    
                    }*/
                });
	
	
	
       
      
      
      
       
    

});




