function MM_openBrWindow(theURL,winName,features) { //v2.0
  newWindow = window.open(theURL,winName,features);
  newWindow.focus();
  return false;
}

function legal() {
alert('Legal Disclaimer\nBy viewing information on this website, you are verifying that you are 21 years of age or older. Alcoholic beverages cannot be sold or delivered to anyone under the age of 21 years.');
}

function shopWines() {
MM_openBrWindow('https://www.cleverconcepts.net/eberlewinery.com/shop2.html#top','popWindow','status=yes,scrollbars=yes,width=600,height=550');
}

function shopGift() {
MM_openBrWindow('https://www.cleverconcepts.net/eberlewinery.com/shop2.html#giftbaskets','popWindow','status=yes,scrollbars=yes,width=600,height=550');
}

function shopMerch() {
MM_openBrWindow('https://www.cleverconcepts.net/eberlewinery.com/shop2.html#merch','popWindow','status=yes,scrollbars=yes,width=600,height=550');
}

function cellarSignup() {
MM_openBrWindow('https://www.cleverconcepts.net/eberlewinery.com/clubs2.html','popWindow','status=yes,scrollbars=yes,width=600,height=550');
}