	document.write("\
\
<script type=\"text/javascript\">\
function showReview(n)\
{\
  document.getElementById(n+\"_f\").style.display = \"block\";\
  document.getElementById(n+\"_r\").style.display = \"none\";\
}\
function hideReview(n)\
{\
  document.getElementById(n+\"_r\").style.display = \"block\";\
  document.getElementById(n+\"_f\").style.display = \"none\";\
}\
</script>\
")

switch(navigator.appName)
{
case "Netscape":
	document.write("\
<img src=\"img/divider.gif\" height=\"7\" width=\"767\"> \
")
break;
case "Microsoft Internet Explorer":
	document.write("\
")
}

	document.write("\
<table border=\"0\" width=\"766\" cellpadding=\"5\" cellspacing=\"0\">\
	<tr>\
		<td bgcolor=\"#000000\" background=\"img/background_1.gif\">\
			<p style=\"margin-top: 0px; margin-bottom: 0px\">\
			<font face=\"Verdana\" size=\"2\">\
			<a onmouseover=\"var img=document['swap1'];img.imgRolln=img.src;img.src=img.lowsrc?img.lowsrc:img.getAttribute?img.getAttribute('lowsrc'):img.src;\" onmouseout=\"document['swap1'].src=document['swap1'].imgRolln\" href=\"index.htm\">\
			<img height=\"55\" border=\"0\" src=\"img/rps_logo_small.gif\" id=\"swap1\" name=\"swap1\" lowsrc=\"img/rps_logo_small.gif\">\
			</a></font></p>\
		</td>\
	</tr>\
	<tr height=\"45\">\
		<td bgcolor=\"#000000\" background=\"img/background_1.gif\">\
		</td>\
	</tr>\
</table>\
")
