<script type="text/javascript>
eop = new editOnPro(898, 400, "eop_inst1", "myId", "eop");
......
// The setHTMLData JavaScript API loads content into the editor
// after it has finished initalizing.
eop.setHTMLData("<p>This text is automatically loaded when the applet has finished initializing...</p>");
// Using the ONDATALOADED Event handler, the JavaScript function "OnDataLoaded()"
// will be called by the applet. This function inserts another piece of sample content.
eop.setEventHandler("ONDATALOADED","OnDataLoaded");
....
</script>