The following statement works fine with the exception that the width of the modal message is 400px, the default, instead of the desired 800px.
$.prompt(sFirstTest,{width:800});
The default of 400px is fine except for this one instance. The question is how do I best override the default for the one instance?