function show_bushmills(){
var bm;
bm=window.open("whiskey/Bushmills.html","text","width=100,height=320,top=50,left=50,resizable=no");
bm.setTimeout("window.close()",60000);
}
function show_paddy(){
var pad;
pad=window.open("whiskey/Paddy.html","text","width=150,height=170,top=50,left=50,resizable=no");
pad.setTimeout("window.close()",60000);
}
function show_tullamore(){
var td;
td=window.open("whiskey/Tullamore.html","text","width=120,height=280,top=50,left=50,resizable=no");
td.setTimeout("window.close()",60000);
}
function show_glenfiddich(){
var gf;
gf=window.open("whiskey/Glenfiddich.html","text","width=140,height=90,top=50,left=50,resizable=no");
gf.setTimeout("window.close()",60000);
}
function show_glenmorangie(){
var gm;
gm=window.open("whiskey/Glenmorangie.html","text","width=120,height=280,top=50,left=50,resizable=no");
gm.setTimeout("window.close()",60000);
}
function show_jameson(){
var jam;
jam=window.open("whiskey/Jameson.html","text","width=220,height=100,top=50,left=50,resizable=no");
jam.setTimeout("window.close()",60000);
}
function show_jackdaniels(){
var jd;
jd=window.open("whiskey/Jackdaniels.html","text","width=100,height=240,top=50,left=50,resizable=no");
jd.setTimeout("window.close()",60000);
}
