<!-- ---------- Sign-up pop-up ---------- -->
function openWindow(url) 
{ popupWin = window.open(url, 'openWin', "width=400, height=450, scrollbars=yes, resizable=yes"); }

<!-- ----------Email pop-up ---------- -->
function openEMWindow(url) 
{ popupWin = window.open(url, 'openWin', "width=600, height=450, scrollbars=no, resizable=no"); }

<!-- ---------- Carhartt interactive pop-up ---------- -->
function spawnInteractive(which) {
	var theInteractive = window.open(which,"CarharttInteractive","width=550,height=380,directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no");
	theInteractive.focus();
}

<!-- ---------- Carhartt color chart ---------- -->
function spawnCarharttCC(which) {
	var theInteractive = window.open(which,"CarharttColorChart","width=400,height=275,directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no");
	theInteractive.focus();
}

<!-- ---------- Dr. Martens color chart ---------- -->
function spawnDMConstruction(which) {
	var theInteractive = window.open(which,"DMConstruction","width=525,height=490,directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no");
	theInteractive.focus();
}

<!-- ---------- Wolverine Fusion pop-up ---------- -->
function spawnFusion(which) {
	var theInteractive = window.open(which,"WolverineFusion","width=610,height=475,directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no");
	theInteractive.focus();
}

<!-- ---------- Wolverine DuraShocks pop-up ---------- -->
function spawnDuraShocks(which) {
	var theInteractive = window.open(which,"WolverineDuraShocks","width=610,height=290,directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no");
	theInteractive.focus();
}

<!-- ---------- Wolverine DuraShocks SR pop-up ---------- -->
function spawnDuraShocksSR(which) {
	var theInteractive = window.open(which,"WolverineDuraShocksSR","width=610,height=365,directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no");
	theInteractive.focus();
}

<!-- ---------- Wolverine SEMC Safety Toe pop-up ---------- -->
function spawnSEMC(which) {
	var theInteractive = window.open(which,"WolverineSEMC","width=620,height=400,directories=no,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no");
	theInteractive.focus();
}

<!-- ---------- Wolverine Gore-Tex pop-up ---------- -->
function spawnGoreTex(which) {
	var theInteractive = window.open(which,"WolverineGoreTex","width=520,height=570,directories=no,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no");
	theInteractive.focus();
}

<!-- ---------- Carhartt Fit Guide pop-up ---------- -->
function popwin (url)
	{
		popwindow=window.open(url,'popwindow', 'scrollbars=no,resizable=yes,status=no,width=800,height=375')	
	}
	
<!-- ---------- CVV2 pop-up ---------- -->
function spawnCVV2(which) {
	var theInteractive = window.open(which,"CVV2","width=415,height=450,directories=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no");
	theInteractive.focus();
}