//rollovers
var iName=""; 
default1 = new Image(); default1.src = "http://www.mimimouche.com/Images/NavBar/Home_OFF.gif";
changed1 = new Image(); changed1.src = "http://www.mimimouche.com/Images/NavBar/Home_OVER.gif";
default2 = new Image(); default2.src = "http://www.mimimouche.com/Images/NavBar/Shop_OFF.gif";
changed2 = new Image(); changed2.src = "http://www.mimimouche.com/Images/NavBar/Shop_OVER.gif";
default3 = new Image(); default3.src = "http://www.mimimouche.com/Images/NavBar/AboutUs_OFF.gif";
changed3 = new Image(); changed3.src = "http://www.mimimouche.com/Images/NavBar/AboutUs_OVER.gif";
default4 = new Image(); default4.src = "http://www.mimimouche.com/Images/NavBar/ContactUs_OFF.gif";
changed4 = new Image(); changed4.src = "http://www.mimimouche.com/Images/NavBar/ContactUs_OVER.gif";
default5 = new Image(); default5.src = "http://www.mimimouche.com/Images/NavBar/Links_OFF.gif";
changed5 = new Image(); changed5.src = "http://www.mimimouche.com/Images/NavBar/Links_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">');

		document.write('<div style="float: left"><a href="http://www.mimimouche.com/index.cfm?whichSection=1" onMouseOver="iName=\'image1\'; Ichange(\'changed1\')" onMouseOut="Ichange(\'default1\')"><IMG SRC= "http://www.mimimouche.com/Images/NavBar/Home_OFF.gif" width="71" height="22"" alt="Mimi Mouche Home" border="0" name="image1"></A></div>');
	
		document.write('<div style="float: left"><a href="http://www.mimimouche.com/Shop.cfm" onMouseOver="iName=\'image2\'; Ichange(\'changed2\')" onMouseOut="Ichange(\'default2\')"><IMG SRC= "http://www.mimimouche.com/Images/NavBar/Shop_OFF.gif" width="82" height="22"" alt="Shop" border="0" name="image2"></A></div>');
	
		document.write('<div style="float: left"><a href="http://www.mimimouche.com/Company.cfm" onMouseOver="iName=\'image3\'; Ichange(\'changed3\')" onMouseOut="Ichange(\'default3\')"><IMG SRC= "http://www.mimimouche.com/Images/NavBar/AboutUs_OFF.gif" width="105" height="22"" alt="Company" border="0" name="image3"></A></div>');	
	
		document.write('<div style="float: left"><a href="http://www.mimimouche.com/Contact.cfm" onMouseOver="iName=\'image4\'; Ichange(\'changed4\')" onMouseOut="Ichange(\'default4\')"><IMG SRC= "http://www.mimimouche.com/Images/NavBar/ContactUs_OFF.gif" width="95" height="22"" alt="Contact" border="0" name="image4"></A></div>');
	
		document.write('<div style="float: left"><a href="http://www.mimimouche.com/Links.cfm" onMouseOver="iName=\'image5\'; Ichange(\'changed5\')" onMouseOut="Ichange(\'default5\')"><IMG SRC= "http://www.mimimouche.com/Images/NavBar/Links_OFF.gif" width="66" height="22"" alt="Links" border="0" name="image5"></A></div>');
		
		document.write('<div style="float: left"><input type="hidden" name="cmd" value="_cart"><input type="hidden" name="business" value="mimimouche@att.net"><input type="image" src="http://www.mimimouche.com/Images/NavBar/ShoppingBag_OFF.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><input type="hidden" name="display" value="1"><input type="hidden" name="page_style" value="MimiMouche"></div></form>');
		
	document.write();
} 







	