$(document).ready(function(){
	// apply j01Dialog
    $(".j01DialogPopup").j01Dialog({width:400,height:500,
        loadDialogWithJSONRPC:false});
});

