function embedObject() {
	document.write('<applet width=\"600\" height=\"400\" ' + 
						'code=\"Grapplet.class\" ' +
						'codebase=\"http://www.datadrafter.com/demo/applet\" ' +
						'archive=\"dd.jar,xml-api.jar,xerces_2_5_0.jar,plugin.jar\" ' +
						'id=\"gapplet\" name=\"gapplet\" MAYSCRIPT> ' +
					 '(<font color\"red\">Your need to enable Java to see this applet.</font>)' +
					 '</applet>'
					 );
						}
embedObject();
