<!-- Begin POP-UP SIZES AND OPTIONS CODE
function popcontact(URL) {
var popup_width = 400
var popup_height = 500
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width='+popup_width+',height='+popup_height+'');");
}
<!-- Glossary Popup -->

function glossary(url) {
var popup_width = 400
var popup_height = 410
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(url, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width='+popup_width+',height='+popup_height+'');");
}

function careers(url) {
var popup_width = 620
var popup_height = 550
day = new Date();
id = day.getTime();
eval("window.open(url, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width='+popup_width+',height='+popup_height+'');");
}

function termsofuse(url) {
var popup_width = 500
var popup_height = 400
day = new Date();
id = day.getTime();
eval("window.open(url, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width='+popup_width+',height='+popup_height+'');");
}

function privacy(url) {
var popup_width = 500
var popup_height = 650
day = new Date();
id = day.getTime();
eval("window.open(url, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width='+popup_width+',height='+popup_height+'');");
}


function commercialCode(url) {
var popup_width = 600;	
var popup_height = 529;
day = new Date();
id = day.getTime();
eval("window.open(url, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width='+popup_width+',height='+popup_height+'');");
}

function sixSense(url) {
var popup_width = 369	
var popup_height = 380
day = new Date();
id = day.getTime();
eval("window.open(url, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width='+popup_width+',height='+popup_height+'');");
}

function printProductReg(url){
 var popup_width = 650;	
 var popup_height = 520;
 day = new Date();
 id = day.getTime();
 eval("window.open(url, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width='+popup_width+',height='+popup_height+'');");
 
}

function printAccessories(url){
 var popup_width = 700;	
 var popup_height = 600;
 var mywin = window.open(url,"print",'left=0,top=0,width=600,height=460,titlebar=no,menubar=no,location=no,resizable=no,toolbar=no,scrollbars=yes,status=no');
 mywin.print();
}
function printRecipe(url){
 var popup_width = 650;	
 var popup_height = 520;
 day = new Date();
 id = day.getTime();
 eval("window.open(url, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width='+popup_width+',height='+popup_height+'');");
 
}

function homehighlight(URL) {
var popup_width = 640	
var popup_height = 520
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width='+popup_width+',height='+popup_height+'');");
}

//  End -->