This seems to work. Hope this helps anybody else that is looking for similar functionality.
<script> $(function () { $( "#radio1" ).change(function() { $( "#dialog-modal" ).dialog({width: 500, height:400, modal:true }); $( "#dialog-modal" ).dialog( "open"); });</script>