I have a Java applet, that will be loaded with the Applet HTML tag, and between the opening and closing Applet tags, I have several Param tags, each of which specifies some data that the applet will need to operate. How do I tell my Java applet to read those Param tags?