function printGreetingApplet(strings, rightToLeft, delay, no_java) {
	document.writeln('<APPLET id="Greeting_applet" style="left: 0px; width: 119px; top: 0px; height: 100px" name="Greetings!" codeBase="include/java/GUI/awt/applets/animations/" code="a.c.a.a.a.a.a.class" width="119" height="100" ARCHIVE="GeomWordsDelayable_v1.1.3_03.jar">');
							document.writeln('<PARAM NAME="strings" VALUE="' +strings+ '" />');
							document.writeln('<PARAM NAME="increment" VALUE="7" />');
							document.writeln('<PARAM NAME="initialdelay" VALUE="200" />');
							document.writeln('<PARAM NAME="width" VALUE="119" />');
							document.writeln('<PARAM NAME="height" VALUE="100" />');
							document.writeln('<PARAM NAME="wordupdate" VALUE="1" />');
							document.writeln('<PARAM NAME="numberofshapes" VALUE="7" />');
							document.writeln('<PARAM NAME="righttoleftstring" VALUE="' +rightToLeft+ '" />');
							document.writeln('<PARAM NAME="delayLabel" VALUE="' +delay+ '" />');
							document.writeln('<PARAM NAME="delayLabelColor" VALUE="250,250,240" />');
							document.writeln('<PARAM NAME="toppanelcolor" VALUE="160,160,255" />');
							document.writeln('<PARAM NAME="fontsize" VALUE="13" />');
							document.writeln('<PARAM NAME="fontStyle" VALUE="Serif" />');
							document.writeln('<PARAM NAME="frameColor" VALUE="210,210,255" />');
							document.writeln('<PARAM NAME="textColor" VALUE="5,5,130" />');
							document.writeln('<PARAM NAME="isBold" VALUE="1" />');
							document.writeln('<PARAM NAME="isItalic" VALUE="0" />');
							document.writeln('<PARAM NAME="margin" VALUE="2" />');
                            document.writeln(no_java);
	document.writeln('</APPLET>');
}