function GenSecondaryMenu( sArrowToShow )
{
	document.write('<TABLE cellspacing="0" cellpadding="0" width="100%" border="0" id="Table6">');
	document.write('	<TR>');
	document.write('		<TD><IMG id="arrow_RHR" src="images/arrowright.gif" style="display:none"></TD>');
	document.write('		<TD><A href="OVRedHeadRanch.htm"><IMG border="0" src="images/smv_rhr.gif" height="22" width="159"></A></TD>');
	document.write('	</TR>');
	document.write('	<TR>');
	document.write('		<TD><IMG id="arrow_BW" src="images/arrowright.gif" style="display:none"></TD>');
	document.write('		<TD><A href="OVBeckwith.htm"><IMG border="0" src="images/smv_beckwith.gif" height="22" width="159"></A></TD>');
	document.write('	</TR>');
	document.write('	<TR>');
	document.write('		<TD><IMG id="arrow_OB" src="images/arrowright.gif" style="display:none"></TD>');
	document.write('		<TD><A href="OVOldBailey.htm"><IMG border="0" src="images/smv_bailey.gif" height="22" width="159"></A></TD>');
	document.write('	</TR>');
	document.write('</TABLE>');
	document.write('<P>&nbsp;</P>');
	
	document.getElementById(sArrowToShow).style.display = "inline";
	
}

