// set to true to enable hit box tracking
var hitboxEnabled = true;

// ACCOUNT NUMBER(S)
// should be something like: 'DM570627ECNC38EN3;DM57050997CW38EN3' 
var hitboxAccountNumber = "DM570628CEWD38EN3;DM57050997CW38EN3";          

// MULTI-LEVEL CONTENT CATEGORY
// should be something like: '/creativeservicestestacct;/Test+Do+Not+Use/creativeservicestestacct' 
var hitboxMultiLevelContentCategory = "/theloveguru;/Entertainment+movie+dvd/theloveguru";  




//Open Popup

function openWindow(URL, windowName, windowFeatures){
	newWindow = window.open(URL, windowName, windowFeatures)
}