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_OW2007" src="images/arrowright.gif" style="display:none"></TD>');
	document.write('		<TD><A href="index.asp?PageAction=VIEWCATS&Category=52"><IMG border="0" src="images/smo_07wine.gif" height="22" width="159"></A></TD>');
	document.write('	</TR>');
	document.write('	<TR>');
	document.write('		<TD><IMG id="arrow_OW2006" src="images/arrowright.gif" style="display:none"></TD>');
	document.write('		<TD><A href="index.asp?PageAction=VIEWCATS&Category=36"><IMG border="0" src="images/smo_06wine.gif" height="22" width="159"></A></TD>');
	document.write('	</TR>');
	document.write('	<TR>');
	document.write('		<TD><IMG id="arrow_OW2005" src="images/arrowright.gif" style="display:none"></TD>');
	document.write('		<TD><A href="index.asp?PageAction=VIEWCATS&Category=35"><IMG border="0" src="images/smo_05wine.gif" height="22" width="159"></A></TD>');
	document.write('	</TR>');
	document.write('	<TR>');
	document.write('		<TD><IMG id="arrow_OWCellar" src="images/arrowright.gif" style="display:none"></TD>');
	document.write('		<TD><A href="index.asp?PageAction=VIEWCATS&Category=6"><IMG border="0" src="images/smo_cellarspecials.gif" height="22" width="159"></A></TD>');
	document.write('	</TR>');
	document.write('	<TR>');
	document.write('		<TD><IMG id="arrow_OWLibrary" src="images/arrowright.gif" style="display:none"></TD>');
	document.write('		<TD><A href="index.asp?PageAction=VIEWCATS&Category=58"><IMG border="0" src="images/smo_librarywines.gif" height="22" width="159"></A></TD>');
	document.write('	</TR>');
	document.write('</TABLE>');
	document.write('<P>&nbsp;</P>');
	
	document.getElementById(sArrowToShow).style.display = "inline";
	
}

