



if (document.images) 
{
	//Navigation Images
	nav_aboutus_off=new Image; nav_aboutus_off.src='/CBI/system/modules/net.constellationbrands.www/resources/Images/nav_aboutus_off.gif';
	nav_aboutus_on=new Image; nav_aboutus_on.src='/CBI/system/modules/net.constellationbrands.www/resources/Images/nav_aboutus_on.gif';
	
	nav_ourBusinesses_off=new Image; nav_ourBusinesses_off.src='/CBI/system/modules/net.constellationbrands.www/resources/Images/nav_ourBusinesses_off.gif';
	nav_ourBusinesses_on=new Image; nav_ourBusinesses_on.src='/CBI/system/modules/net.constellationbrands.www/resources/Images/nav_ourBusinesses_on.gif';
	
	nav_news_off=new Image; nav_news_off.src='/CBI/system/modules/net.constellationbrands.www/resources/Images/nav_news_off.gif';
	nav_news_on=new Image; nav_news_on.src='/CBI/system/modules/net.constellationbrands.www/resources/Images/nav_news_on.gif';
	
	nav_investors_off=new Image; nav_investors_off.src='/CBI/system/modules/net.constellationbrands.www/resources/Images/nav_investors_off.gif';
	nav_investors_on=new Image; nav_investors_on.src='/CBI/system/modules/net.constellationbrands.www/resources/Images/nav_investors_on.gif';
	
	nav_careers_off=new Image; nav_careers_off.src='/CBI/system/modules/net.constellationbrands.www/resources/Images/nav_careers_off.gif';
	nav_careers_on=new Image; nav_careers_on.src='/CBI/system/modules/net.constellationbrands.www/resources/Images/nav_careers_on.gif';
	
	nav_contactus_off=new Image; nav_contactus_off.src='/CBI/system/modules/net.constellationbrands.www/resources/Images/nav_contactus_off.gif';
	nav_contactus_on=new Image; nav_contactus_on.src='/CBI/system/modules/net.constellationbrands.www/resources/Images/nav_contactus_on.gif';
	
	nav_search_off=new Image; nav_search_off.src='/CBI/system/modules/net.constellationbrands.www/resources/Images/nav_search_off.gif';
	nav_search_on=new Image; nav_search_on.src='/CBI/system/modules/net.constellationbrands.www/resources/Images/nav_search_on.gif';
}
function imageSwap(location,imageName)
{
	//alert(location + " " + imageName);
	//alert(document.images[location].src);
	if(document.images)
	{
		document.images[location].src=eval(imageName+'.src');
	}
}