function writeTextApplet() {
	document.writeln('<applet codebase="java" code="AcuteShifter.class" archive="AcuteShifter.jar" width="275" height="205" name="textApplet">');
	document.writeln('<param name="Message" value="');
	document.writeln('<prj>Floor <red>Coverings</red></prj><prj>Certified <red>Installers</red></prj><prj>Design <red>Solutions</red></prj>');
	document.writeln('<prj>Window <red>Treatments</red></prj><prj>Complete <red>Installations</red></prj><prj>Business <red>Furniture</red> Solutions</prj>');
	document.writeln('<prj><red>Ergonomic</red> Furniture</prj><prj>Space <red>Planning</red></prj><prj><red>Installation</red> & Project Management</prj>');
	document.writeln('<prj>Wall <red>Coverings</red></prj><prj>Leeds certified/Green Products</prj>');	 
	document.writeln('">');
	document.writeln('<param name="Style" value="');
	document.writeln("<default Text-Size='30' Text-Font='TimesRoman' Text-Color='505050' Text-Bold='true' Background-Color='ffffff' Border-Width='0' Shift-Pause='3000' Shift-In-Effect='slide-left' Shift-Out-Effect='slide-top'>");
	document.writeln("<red Text-Color='ff0000'>");
	document.writeln("<prj Section-Header='true'>");
	document.writeln('">');
	document.writeln('<param name="Loading-Text" value="Loading images...">');
	document.writeln('<param name="Loading-Text-Color" value="333333">');
	document.writeln('<param name="Loading-Background-Color" value="f8f8f8">');
	document.writeln('<param name="Domain-Keys" value="6594,4331">');
	document.writeln('</applet>');
}
