// Amuse Bouche Nav		home_on = new Image();	home_on.src = "images/nav_home_on.gif";	home_off = new Image();	home_off.src = "images/nav_home_off.gif";		wine_on = new Image();	wine_on.src = "images/nav_wine_on.gif";	wine_off = new Image();	wine_off.src = "images/nav_wine_off.gif";	winemaker_on = new Image();	winemaker_on.src = "images/nav_winemaker_on.gif";	winemaker_off = new Image();	winemaker_off.src = "images/nav_winemaker_off.gif";	orderinfo_on = new Image();	orderinfo_on.src = "images/nav_orderinfo_on.gif";	orderinfo_off = new Image();	orderinfo_off.src = "images/nav_orderinfo_off.gif";	press_on = new Image();	press_on.src = "images/nav_press_on.gif";	press_off = new Image();	press_off.src = "images/nav_press_off.gif";	contact_on = new Image();	contact_on.src = "images/nav_contact_on.gif";	contact_off = new Image();	contact_off.src = "images/nav_contact_off.gif";	mailing_on = new Image();	mailing_on.src = "images/nav_mailing_on.gif";	mailing_off = new Image();	mailing_off.src = "images/nav_mailing_off.gif";	vinperdu_on = new Image();	vinperdu_on.src = "images/nav_vinperdu_on.gif";	vinperdu_off = new Image();	vinperdu_off.src = "images/nav_vinperdu_off.gif";	// rolloverfunction imgOn(imgName) {	document[imgName].src = eval(imgName + "_on.src");}function imgOff(imgName) {	document[imgName].src = eval(imgName + "_off.src");}	var theWin;function newWindow(popup) {	if(theWin == null || theWin.closed) {		theWin = window.open(popup, "popup", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=315,height=415,top=100,left=100");	} else {		theWin.close();		theWin = window.open(popup, "popup", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=315,height=415,top=100,left=100");	}}