<!-- Begin HEADER OPTIONS CODE

// ONLY USE lowercase FOR ALL OPTIONS

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON
var color		= "000000"	// HEADER BACKGROUND COLOR
var headerlayer		= "yes"		// SOLID COLOR HEADER
var headerheight	= "100"		// OVERALL HEADER HEIGHT
var underspace		= "1"		// SPACING UNDER HEADER

// LOGO OPACITY
var logo_opacity	= "100"		// IE IN PERCENTS 100 = NO OPACITY
var netscape_opacity	= "1.0"		// NETSCAPE SET 0 TO 1
document.write('<DIV ID="header-layer">');
//document.write('<SCRIPT LANGUAGE="JavaScript">');//document.write('	function ShowCart() {');//document.write('		URL = "";');//document.write('		URL = "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-60656672962010";');//document.write('');//document.write('		var screenposx = (screen.width/2) - 400;');//document.write('		var screenposy = (screen.height/2) - 250;');//document.write('');
//document.write('		if ( navigator.appName == "Microsoft Internet Explorer" ) {');//document.write('			OpenShoppingCart = open(URL,"ShoppingCart","toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width=800px,height=500px,top=" +screenposy+ "px,left=" +screenposx+ "px");');//document.write('		} else {');//document.write('			OpenShoppingCart = open(URL,"ShoppingCart","dependent=false,directories=no,menubar=no,resizable=yes,scrollbars=yes,status=no,titlebar=no,toolbar=no,width=800,height=500,screenX=" +screenposx+ ",screenY=" +screenposy);');//document.write('		}');//document.write('	}');//document.write('</SCRIPT>');
document.write('<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" HEIGHT="'+headerheight+'" WIDTH="100%">');document.write('	<TR>');document.write('		<TD BGCOLOR="#'+color+'" VALIGN="top">');document.write('			<BR><IMG BORDER="0" SRC="Images/EGTagline.jpg">');document.write('		</TD>');
//document.write('		<TD ALIGN="center" BGCOLOR="#'+color+'" VALIGN="middle">');
//document.write('			<A CLASS="footertext" HREF="javascript:ShowCart()" ONMOUSEOVER="self.status=\'View Cart\';return true;" ONMOUSEOUT="self.status=\'\';return true;"><IMG ALT="View Cart" BORDER="0" SRC="Images/Products/ShoppingCart.gif"><BR>View<BR>Cart</A>');
//document.write('		</TD>');document.write('		<TD ALIGN="right" BGCOLOR="#'+color+'" VALIGN="center" STYLE="Filter: Alpha(Opacity=' + logo_opacity + ');-moz-opacity:'+ netscape_opacity +';opacity:'+ netscape_opacity +';">');document.write('        <A HREF="index.html" ONMOUSEOVER="self.status=\'Earthly Goodz Home\';return true;" ONMOUSEOUT="self.status=\'\';return true;"><IMG SRC="Images/EGLogo.jpg" BORDER="0" ALT="Earthly Goodz Logo"></A><BR>');document.write('		</TD>');document.write('	</TR>');document.write('</TABLE>');document.write('<IMG BORDER="0" HEIGHT="'+underspace+'" SRC="Images/Spacer.gif" WIDTH="10"><BR>');document.write('</DIV>');