<!--
if(document.images){
	hm = new Image();
	hm.src = "../img/n-home.gif";
	hm1 = new Image();
	hm1.src = "../img/n-home1.gif";

	ab = new Image();
	ab.src = "../img/n-about.gif";
	ab1 = new Image();
	ab1.src = "../img/n-about1.gif";
	
	ch = new Image();
	ch.src = "../img/n-champagnes.gif";
	ch1 = new Image();
	ch1.src = "../img/n-champagnes1.gif";
	
	sp = new Image();
	sp.src = "../img/n-spotlight.gif";
	sp1 = new Image();
	sp1.src = "../img/n-spotlight1.gif";
	
	bo = new Image();
	bo.src = "../img/n-buy.gif";
	bo1 = new Image();
	bo1.src = "../img/n-buy1.gif";
	
	if (path != "") {
	acc = new Image();
	acc.src = "../img/"+ path + "/chnav-accolades.gif";
	acc1 = new Image();
	acc1.src = "../img/"+ path + "/chnav-accolades1.gif";
	
	tn = new Image();
	tn.src = "../img/"+ path + "/chnav-tasting.gif";
	tn1 = new Image();
	tn1.src = "../img/"+ path + "/chnav-tasting1.gif";
	
	v = new Image();
	v.src = "../img/chnav-video.gif";
	v1 = new Image();
	v1.src = "../img/chnav-video1.gif";

	buy = new Image();
	buy.src = "../img/"+ path + "/chnav-buy.gif";
	buy1 = new Image();
	buy1.src = "../img/"+ path + "/chnav-buy1.gif";
	}

	function iC(i, iName){
    	document.images[i].src = eval(i + iName + ".src");
	}
}

function initVideo(){
    var video = document.getElementById("videopop")
    addAnEvent(video,'click',VidPopup);
}

function VidPopup(){
        appWindow = window.open(this.href,"video","width=420,height=320,toolbar=0,scrollbars=0,resizable=0");
        appWindow.focus ();
        return false;        
}

function addAnEvent( target, eventName, functionName){
   eval('target.on'+eventName+'=functionName');
}

function promo(url, w, h){
	var sProperties = "";
	sProperties += "scrollbars=0,resizable,";
	sProperties += "width="+ w +",";
	sProperties += "height="+ h +",";
	sProperties += "status=0,";
	sProperties += "menubar=0,";
	sProperties += "location=0,";
	sProperties += "toolbar=0,";
	sProperties += "screenX=0,";
	sProperties += "screenY=0,";
	sProperties += "left=0,";
	sProperties += "top=0";

SendWindow = window.open(url,"SendWindow",sProperties);
SendWindow.focus(); 
}


//-->
