/*
	teaology.js
*/

function pourAddMix(who){
	document.images.navPourImg.src = '/images/nav_pour_off.gif';
	document.images.pouraddmixImg.src = '/images/corner_topRight_' + who + '.gif';
}

function emailPage( path, title ){
	window.open( '/emailPage.html?path=' + path + '&title=' + title, 'emailWin', 'width=350,height=200' )
}



<!-- Begin popUp for catalogo link on general link page
function popUpCatalog(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=1080,height=775,left = 140,top = 124.5');");
}
// End -->


<!-- Begin popUp for products shopping cart 
function popUpProduct(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=603,height=550,left = 140,top = 124.5');");
}
// End -->

<!-- Begin popUp for products shopping cart 
function popUpProductof(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=903,height=750,left = 140,top = 124.5');");
}
// End -->

<!-- Begin popUp for Nutritional facts
function popUpNutritional(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=603,height=685,left = 140,top = 124.5');");
}
// End -->

//  pop up window products with image buttons
function popUpRecipe(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=603,height=550,left = 140,top = 124.5');");
}
//End -->
