//rollovers
var iName=""; 
default1 = new Image(); default1.src = "http://www.oliveandivyapparel.com/Images/NavBar/Man.gif";
changed1 = new Image(); changed1.src = "http://www.oliveandivyapparel.com/Images/NavBar/Man_OVER.gif";
default2 = new Image(); default2.src = "http://www.oliveandivyapparel.com/Images/NavBar/Woman.gif";
changed2 = new Image(); changed2.src = "http://www.oliveandivyapparel.com/Images/NavBar/Woman_OVER.gif";
default3 = new Image(); default3.src = "http://www.oliveandivyapparel.com/Images/NavBar/Child.gif";
changed3 = new Image(); changed3.src = "http://www.oliveandivyapparel.com/Images/NavBar/Child_OVER.gif";
default4 = new Image(); default4.src = "http://www.oliveandivyapparel.com/Images/NavBar/Pet.gif";
changed4 = new Image(); changed4.src = "http://www.oliveandivyapparel.com/Images/NavBar/Pet_OVER.gif";
default5 = new Image(); default5.src = "http://www.oliveandivyapparel.com/Images/NavBar/Accessorize.gif";
changed5 = new Image(); changed5.src = "http://www.oliveandivyapparel.com/Images/NavBar/Accessorize_OVER.gif";
default6 = new Image(); default6.src = "http://www.oliveandivyapparel.com/Images/NavBar/Sale.gif";
changed6 = new Image(); changed6.src = "http://www.oliveandivyapparel.com/Images/NavBar/Sale_OVER.gif";
default7 = new Image(); default7.src = "http://www.oliveandivyapparel.com/Images/NavBar/Info.gif";
changed7 = new Image(); changed7.src = "http://www.oliveandivyapparel.com/Images/NavBar/Info_OVER.gif";
default8 = new Image(); default8.src = "http://www.oliveandivyapparel.com/Images/NavBar/Press.gif";
changed8 = new Image(); changed8.src = "http://www.oliveandivyapparel.com/Images/NavBar/Press_OVER.gif";

function Ichange(p) {
    var pSrc=eval(p+ ".src");
    document[iName].src = pSrc;
}

//Writes the navigation to the page based on variable at the top of each page.
function printMainNav() { 
		document.write('<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" style="margin: 0px; padding: 0px"><a href="http://www.oliveandivyapparel.com/index.html"><IMG SRC= "http://www.oliveandivyapparel.com/Images/NavBar/Logo.gif" width="194" height="61" alt="Olive & Ivy Home" border="0"></A>');

	if ((section == "Man" ) || (section == "ManHome" )) {
		document.write('<a href="http://www.oliveandivyapparel.com/Man/Man.html"><IMG SRC= "http://www.oliveandivyapparel.com/Images/NavBar/Man_ON.gif" width="52" height="40" alt="Man" border="0"></A>');
	} 
	else {
		document.write('<a href="http://www.oliveandivyapparel.com/Man/Man.html" onMouseOver="iName=\'image1\'; Ichange(\'changed1\')" onMouseOut="Ichange(\'default1\')"><IMG SRC= "http://www.oliveandivyapparel.com/Images/NavBar/Man.gif" width="52" height="40" alt="Man" border="0" name="image1"></A>');
	}
	if ((section == "Woman" ) || (section == "WomanHome" )) {
		document.write('<a href="http://www.oliveandivyapparel.com/Woman/Woman.html"><IMG SRC= "http://www.oliveandivyapparel.com/Images/NavBar/Woman_ON.gif" width="79" height="40" alt="Woman" border="0"></A>');
	} 
	else {
		document.write('<a href="http://www.oliveandivyapparel.com/Woman/Woman.html" onMouseOver="iName=\'image2\'; Ichange(\'changed2\')" onMouseOut="Ichange(\'default2\')"><IMG SRC= "http://www.oliveandivyapparel.com/Images/NavBar/Woman.gif" width="79" height="40" alt="Woman" border="0" name="image2"></A>');
	}
	if ((section == "Child" ) || (section == "ChildHome" )) {
		document.write('<a href="http://www.oliveandivyapparel.com/Child/Child.html"><IMG SRC= "http://www.oliveandivyapparel.com/Images/NavBar/Child_ON.gif" width="71" height="40" alt="Child" border="0"></A>');
	} 
	else {
		document.write('<a href="http://www.oliveandivyapparel.com/Child/Child.html" onMouseOver="iName=\'image3\'; Ichange(\'changed3\')" onMouseOut="Ichange(\'default3\')"><IMG SRC= "http://www.oliveandivyapparel.com/Images/NavBar/Child.gif" width="71" height="40" alt="Child" border="0" name="image3"></A>');	
	}
	/*
	if (section == "Pet" ) {
		document.write('<a href="http://www.oliveandivyapparel.com/Pet/Pet.html"><IMG SRC= "http://www.oliveandivyapparel.com/Images/NavBar/Pet_ON.gif" width="59" height="40" alt="Pet" border="0"></A>');
	} 
	else {
		document.write('<a href="http://www.oliveandivyapparel.com/Pet/Pet.html" onMouseOver="iName=\'image4\'; Ichange(\'changed4\')" onMouseOut="Ichange(\'default4\')"><IMG SRC= "http://www.oliveandivyapparel.com/Images/NavBar/Pet.gif" width="59" height="40" alt="Pet" border="0" name="image4"></A>');
	}*/
	if ((section == "AccessorizeHome" ) || (section == "Accessorize")) {
		document.write('<a href="http://www.oliveandivyapparel.com/Accessorize/Accessorize.html"><IMG SRC= "http://www.oliveandivyapparel.com/Images/NavBar/Accessorize_ON.gif" width="114" height="40" alt="Accessorize" border="0"></A>');
	} 
	else {
		document.write('<a href="http://www.oliveandivyapparel.com/Accessorize/Accessorize.html" onMouseOver="iName=\'image5\'; Ichange(\'changed5\')" onMouseOut="Ichange(\'default5\')"><IMG SRC= "http://www.oliveandivyapparel.com/Images/NavBar/Accessorize.gif" width="114" height="40" alt="Accessorize" border="0" name="image5"></A>');
	}
	if ((section == "SaleHome") || (section == "Sale")) {
		document.write('<a href="http://www.oliveandivyapparel.com/Sale.html"><IMG SRC= "http://www.oliveandivyapparel.com/Images/NavBar/Sale_ON.gif" width="65" height="40" alt="Sale" border="0"></A>');
	} 
	else {
		document.write('<a href="http://www.oliveandivyapparel.com/Sale.html" onMouseOver="iName=\'image6\'; Ichange(\'changed6\')" onMouseOut="Ichange(\'default6\')"><IMG SRC= "http://www.oliveandivyapparel.com/Images/NavBar/Sale.gif" width="65" height="40" alt="Sale" border="0" name="image6"></A>');
	}
	if (section == "Press" ) {
		document.write('<a href="http://www.oliveandivyapparel.com/Press/Press.html"><IMG SRC= "http://www.oliveandivyapparel.com/Images/NavBar/Press_ON.gif" width="73" height="40" alt="Press" border="0"></A>');
	} 
	else {
		document.write('<a href="http://www.oliveandivyapparel.com/Press/Press.html" onMouseOver="iName=\'image8\'; Ichange(\'changed8\')" onMouseOut="Ichange(\'default8\')"><IMG SRC= "http://www.oliveandivyapparel.com/Images/NavBar/Press.gif" width="73" height="40" alt="Press" border="0" name="image8"></A>');
	}
	if (section == "Information" ) {
		document.write('<a href="http://www.oliveandivyapparel.com/AboutUs.html"><IMG SRC= "http://www.oliveandivyapparel.com/Images/NavBar/Info_ON.gif" width="96" height="40" alt="Information" border="0"></A>');
	} 
	else {
		document.write('<a href="http://www.oliveandivyapparel.com/AboutUs.html" onMouseOver="iName=\'image7\'; Ichange(\'changed7\')" onMouseOut="Ichange(\'default7\')"><IMG SRC= "http://www.oliveandivyapparel.com/Images/NavBar/Info.gif" width="96" height="40" alt="Information" border="0" name="image7"></A>');
	}	
			
	document.write('<input type="hidden" name="cmd" value="_cart"><input type="hidden" name="business" value="payup@oliveandivyapparel.com"><input type="image" id="cart" src="http://www.oliveandivyapparel.com/Images/NavBar/Cart.gif" border="0" name="submit" alt="view cart" style="float: right; margin-top: 15px" title="view cart"><input type="hidden" name="display" value="1"></form>');	
	document.write();
} 

	