// JavaScript Document
function openPop1() {
var pop1 = window.open('pop1.html','', 'scrollbars = auto, menubar = no, height = 275, width = 300, resizable = yes, toolbar = no, location = no, status= no');
}

function openPop2() {
var pop1 = window.open('pop_wine.html','', 'scrollbars = auto, menubar = no, height = 275, width = 300, resizable = yes, toolbar = no, location = no, status= no');
}

function openPop3() {
var pop1 = window.open('pop_choco.html','', 'scrollbars = auto, menubar = no, height = 290, width = 300, resizable = yes, toolbar = no, location = no, status= no');
}

function openDD(){
var pop1 = window.open('wine_dondomenico_pop.html','', 'scrollbars = yes, menubar = no, height = 600, width = 780, resizable = yes, toolbar = no, location = no, status= no');
}
function openCC(){
var pop1 = window.open('wine_chalkers_pop.html','', 'scrollbars = yes, menubar = no, height = 600, width = 780, resizable = yes, toolbar = no, location = no, status= no');
}

function openEs(){
var pop1 = window.open('wine_esser_pop.html','', 'scrollbars = yes, menubar = no, height = 600, width = 780, resizable = yes, toolbar = no, location = no, status= no');
}
function openEm(){
var pop1 = window.open('wine_emiliana_pop.html','', 'scrollbars = yes, menubar = no, height = 600, width = 780, resizable = yes, toolbar = no, location = no, status= no');
}
function openGH(){
var pop1 = window.open('wine_highgate_pop.html','', 'scrollbars = yes, menubar = no, height = 600, width = 780, resizable = yes, toolbar = no, location = no, status= no');
}

function openDC(){
var pop1 = window.open('wine_drycreek_pop.html','', 'scrollbars = yes, menubar = no, height = 600, width = 780, resizable = yes, toolbar = no, location = no, status= no');
}

function openBl(){
var pop1 = window.open('wine_bliss_pop.html','', 'scrollbars = yes, menubar = no, height = 600, width = 780, resizable = yes, toolbar = no, location = no, status= no');
}
function openLL(){
var pop1 = window.open('wine_lucas_pop.html','', 'scrollbars = yes, menubar = no, height = 600, width = 780, resizable = yes, toolbar = no, location = no, status= no');
}
function openSw(){
var pop1 = window.open('wine_swanson_pop.html','', 'scrollbars = yes, menubar = no, height = 600, width = 780, resizable = yes, toolbar = no, location = no, status= no');
}
function openTE(){
var pop1 = window.open('wine_tamas_pop.html','', 'scrollbars = yes, menubar = no, height = 600, width = 780, resizable = yes, toolbar = no, location = no, status= no');
}
function openSa(){
var pop1 = window.open('wine_salena_pop.html','', 'scrollbars = yes, menubar = no, height = 600, width = 780, resizable = yes, toolbar = no, location = no, status= no');
}
function openKh(){
var pop1 = window.open('wine_kahurangi_pop.html','', 'scrollbars = yes, menubar = no, height = 600, width = 780, resizable = yes, toolbar = no, location = no, status= no');
}
function openVy(){
var pop1 = window.open('wine_vynfields_pop.html','', 'scrollbars = yes, menubar = no, height = 600, width = 780, resizable = yes, toolbar = no, location = no, status= no');
}
function openPop(winery_name) {
var pop1 = window.open(winery_name,'', 'scrollbars = auto, menubar = no, height = 290, width = 300, resizable = yes, toolbar = no, location = no, status= no');
}
