////////////////////////////////////////////////////////////////////////////
// header.js - logo and title display   								      //
////////////////////////////////////////////////////////////////////////////


	document.write("<table cellspacing=2 width=\"100%\" height=\"160\" border=0>\n");
	document.write("<TR width=100%><TD colspan=2><div align=center><img src=\"images/slr-logo.gif\" width=\"700\" height=\"135\" border=\"0\" alt=\"\"></div></td></tr>");
	document.write("<tr><td  colspan=2 height=1 bgcolor=\"#cccf99\"></td></tr>\n<tr><td colspan=2 height=4 bgcolor=\"#008000\">\n</td>");
	document.write("</td></tr>\n</table>");
	document.write("<table width=\"100%\" border=\"0\"><tr  valign=top><td>\n");  // menu and body text

// end