function onPrimaryNavOver(img, navItem)
{
	img.src = "http://www.cloroxenespanol.com/enes/img/nav/primary/"+navItem+"_hover.gif";
}

function onPrimaryNavOut(img, navItem)
{
	img.src = "http://www.cloroxenespanol.com/enes/img/nav/primary/"+navItem+".gif";
}

function onSecondaryNavOver(img, section, navItem)
{
	img.src = "http://www.cloroxenespanol.com/enes/img/nav/"+section+"/"+navItem+"_hover.gif";
}

function onSecondaryNavOut(img, section, navItem)
{
	img.src = "http://www.cloroxenespanol.com/enes/img/nav/"+section+"/"+navItem+".gif";
}

// this site exit popup function called in the footer of every page on the Spanish MotionPoint site
function removePopupFooter() {
	document.getElementById("exitcloroxfooter").style.display = 'none';
}

function exitCloroxFooter() {
	document.getElementById("exitcloroxfooter").style.display = 'block';
	document.getElementById("exitcloroxfooter").style.position = 'absolute';
}

function leavesite(){
     return confirm("Notice: You are exiting the www.clorox.com site.  The Clorox Company is not responsible for the content or data collection of that independent site.");
}