<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// NOTE: The spacer below is for INCREASING THE MENU WIDTH

var showflash	= "yes"  	// SHOW THE SMALL FLASH IN THE MENU
var windowzoom	= "yes"		// SHOW THE FULL SCREEN BUTTONS

document.write('<DIV ID="menulocation">');
document.write('<SPAN CLASS="printhide">');
document.write('<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" CLASS="menulinks">');

<!-- BEGIN LINK -->
document.write('	<TR>');
document.write('		<TD>');
document.write('			<SPAN CLASS="menuon">Home</SPAN>');
document.write('		</TD>');
document.write('	</TR>');
<!-- END LINK -->

<!-- BEGIN LINK -->
document.write('	<TR>');
document.write('		<TD>');
document.write('<A HREF="AboutMe.html" CLASS="menu" ONMOUSEOVER="self.status=\'About Me\';return true;" ONMOUSEOUT="self.status=\'\';return true;">About Me</A>');
document.write('		</TD>');
document.write('	</TR>');
<!-- END LINK -->

<!-- BEGIN LINK -->
document.write('	<TR>');
document.write('		<TD>');
document.write('<A HREF="ContactUs.html" CLASS="menu" ONMOUSEOVER="self.status=\'Contact Us\';return true;" ONMOUSEOUT="self.status=\'\';return true;">Contact Us</A>');
document.write('		</TD>');
document.write('	</TR>');
<!-- END LINK -->

<!-- BEGIN LINK -->
document.write('	<TR>');
document.write('		<TD>');
document.write('<A HREF="Events.html" CLASS="menu" ONMOUSEOVER="self.status=\'Events\';return true;" ONMOUSEOUT="self.status=\'\';return true;">Events</A>');
document.write('		</TD>');
document.write('	</TR>');
<!-- END LINK -->

<!-- BEGIN LINK -->
document.write('	<TR>');
document.write('		<TD>');
document.write('<A HREF="HerbOfTheMonth.html" CLASS="menu" ONMOUSEOVER="self.status=\'Herb of the Month\';return true;" ONMOUSEOUT="self.status=\'\';return true;">Herb of the Month</A>');
document.write('		</TD>');
document.write('	</TR>');
<!-- END LINK -->

<!-- BEGIN LINK -->
document.write('	<TR>');
document.write('		<TD>');
document.write('<A HREF="HolisticHealing.html" CLASS="menu" ONMOUSEOVER="self.status=\'Holistic Healing\';return true;" ONMOUSEOUT="self.status=\'\';return true;">Holistic Healing</A>');
document.write('		</TD>');
document.write('	</TR>');
<!-- END LINK -->

<!-- BEGIN LINK -->
document.write('	<TR>');
document.write('		<TD>');
document.write('<A HREF="Products.html" CLASS="menu" ONMOUSEOVER="self.status=\'Products\';return true;" ONMOUSEOUT="self.status=\'\';return true;">Products</A>');
document.write('		</TD>');
document.write('	</TR>');
<!-- END LINK -->

<!-- BEGIN LINK -->
document.write('	<TR>');
document.write('		<TD>');
document.write('<A HREF="Reflections.html" CLASS="menu" ONMOUSEOVER="self.status=\'Reflections\';return true;" ONMOUSEOUT="self.status=\'\';return true;">Reflections</A>');
document.write('		</TD>');
document.write('	</TR>');
<!-- END LINK -->

<!-- BEGIN LINK -->
document.write('	<TR>');
document.write('		<TD>');
document.write('<A HREF="Resources.html" CLASS="menu" ONMOUSEOVER="self.status=\'Resources\';return true;" ONMOUSEOUT="self.status=\'\';return true;">Resources</A>');
document.write('		</TD>');
document.write('	</TR>');
<!-- END LINK -->

document.write('</TABLE>');
document.write('<BR>');

// SMALL FLASH CODE
if (showflash == "yes") {

	var color		= "000000"	// HEADER BACKGROUND COLOR
	var flashwidth		= "150"		// WIDTH OF THE FLASH (IN PIXELS)
	var flashheight		= "150"		// HEIGHT OF THE FLASH (IN PIXELS)

	document.write('<CENTER>');
	document.write('<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">');
	document.write('	<TR>');
	document.write('		<TD ALIGN="center">');
	document.write('<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" ID="sidebar">');
	document.write('<PARAM NAME="movie" VALUE="Swf/Sidebar.swf">');
	document.write('<PARAM NAME="quality" VALUE="high">');
	document.write('<PARAM NAME="wmode" VALUE="transparent">');
	document.write('<PARAM NAME="bgcolor" VALUE="#'+color+'">');
	document.write('<EMBED SRC="Swf/Sidebar.swf" QUALITY="high" WMODE="transparent" BGCOLOR="#'+color+'"  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="sidebar" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><BR>');
	document.write('		</TD>');
	document.write('	</TR>');
	document.write('</TABLE>');
	document.write('</CENTER>');
}

document.write('</SPAN>');
document.write('</DIV>');
//  End -->
