function DisplayHeader() {

	document.write("<Table width=98% border=0>")
	document.write("<TR><TD valign=Top align=right>")
	document.write("<a href='http://communityshare.mitre.org/sites/sepo/sepo.html' target=_blank><IMG SRC='images/ProvidedBySEPO.gif' ALT='SEPO website' border=0</a>")
	document.write("</TD></TR>")
	document.write("<TR><TD valign=top bgcolor=#AFAC66>")
	document.write("<a href='index.html' target=_self><IMG SRC='images/StepLogo2_2.gif' ALT='STEP Logo' border=0</a>")
	document.write("</TD></TR>")
	document.write("</Table>")
	document.write("<BR><BR>")


}
