<!-- 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+'');");
}

function popprodreg(URL) {
var popup_width = 600
var popup_height = 600
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 printAccessories(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+'');");

}
<!-- 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 termsofuse(url) {
var popup_width = 370
var popup_height = 460
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 prodregpoup(url) {
var popup_width = 370
var popup_height = 460
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 = 370
var popup_height = 500
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 sixSense(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 commercialCode(url) {
var popup_width = 500
var popup_height = 500
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 careers(url) {
var popup_width = 620
var popup_height = 490
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 popupBrand(url) {
var popup_width = 435
var popup_height = 500
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 popupReference(url) {
var popup_width = 600;
var popup_height = 610;
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 popupReferencestndalon(url) {
var popup_width = 600;
var popup_height = 610;
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+'');");
}



<!-- End -->