<!--//

{

/* NEW INDEX NAVIGATION START */

indexmenuoff = new Image();
indexmenuoff.src = "graphics/index_menu_off.gif";
indexmenuhover = new Image();
indexmenuhover.src = "graphics/index_menu_hover.gif";

indexlocationsoff = new Image();
indexlocationsoff.src = "graphics/index_locations_off.gif";
indexlocationshover = new Image();
indexlocationshover.src = "graphics/index_locations_hover.gif";

indexcurbsideoff = new Image();
indexcurbsideoff.src = "graphics/index_curbside_off.gif";
indexcurbsidehover = new Image();
indexcurbsidehover.src = "graphics/index_curbside_hover.gif";

indexbeeroff = new Image();
indexbeeroff.src = "graphics/index_beers_off.gif";
indexbeerhover = new Image();
indexbeerhover.src = "graphics/index_beers_hover.gif";

indexgiftcardsoff = new Image();
indexgiftcardsoff.src = "graphics/index_gift_cards_off.gif";
indexgiftcardshover = new Image();
indexgiftcardshover.src = "graphics/index_gift_cards_hover.gif";

indexonlineoff = new Image();
indexonlineoff.src = "graphics/index_online_off.gif";
indexonlinehover = new Image();
indexonlinehover.src = "graphics/index_online_hover.gif";

globalinvestorsoff = new Image();
globalinvestorsoff.src = "graphics/globalnav_investors_off.gif";
globalinvestorshover = new Image();
globalinvestorshover.src = "graphics/globalnav_investors_hover.gif";

/* NEW INDEX NAVIGATION FINISH */

homeoff = new Image();
homeoff.src = "graphics/topnav_home_off.gif";
homehover = new Image();
homehover.src = "graphics/topnav_home_hover.gif";

locationsoff = new Image();
locationsoff.src = "graphics/topnav_locations_off.gif";
locationshover = new Image();
locationshover.src = "graphics/topnav_locations_hover.gif";
 
menuoff = new Image();
menuoff.src = "graphics/topnav_menu_off.gif";
menuhover = new Image();
menuhover.src = "graphics/topnav_menu_hover.gif";

beeroff = new Image(); 
beeroff.src = "graphics/topnav_beer_off.gif";
beerhover = new Image();
beerhover.src = "graphics/topnav_beer_hover.gif";

giftcardsoff = new Image();
giftcardsoff.src = "graphics/topnav_gift_cards_off.gif";
giftcardshover = new Image();
giftcardshover.src = "graphics/topnav_gift_cards_hover.gif";

investorsoff = new Image();
investorsoff.src = "graphics/topnav_investors_off.gif";
investorshover = new Image();
investorshover.src = "graphics/topnav_investors_hover.gif";

aboutusoff = new Image();
aboutusoff.src = "graphics/globalnav_about_us_off.gif";
aboutushover = new Image();
aboutushover.src = "graphics/globalnav_about_us_hover.gif";

careersoff = new Image();
careersoff.src = "graphics/globalnav_careers_off.gif";
careershover = new Image();
careershover.src = "graphics/globalnav_careers_hover.gif";

arrowoff = new Image();
arrowoff.src = "graphics/button_arrow_off.gif";
arrowhover = new Image();
arrowhover.src = "graphics/button_arrow_hover.gif";

learnoff = new Image();
learnoff.src = "graphics/button_learn_off.gif";
learnhover = new Image();
learnhover.src = "graphics/button_learn_hover.gif";

printoff = new Image();
printoff.src = "graphics/printMap_Off.gif";
printhover = new Image();
printhover.src = "graphics/printMap_On.gif";

}

submitoff = new Image();
submitoff.src = "graphics/button_submit_off.gif";
submithover = new Image();
submithover.src = "graphics/button_submit_hover.gif";

function changeImage(imgDocID1,imgObjName1) {
{
document.images[imgDocID1].src = eval(imgObjName1 + ".src");}
}

function clearText(thefield) {
if (thefield.defaultValue == thefield.value) thefield.value = "" } 
 

function storesearch(obj) 
{
  
 var e =document.getElementById(obj);

try

{
if(e.value != '')
	{
	location='locations.aspx?sparam=' + e.value;
	}

}
	catch(e)
	
	{
	alert('error:' + e)
	}
	
return false;
} 

 
			



//-->