

n2RunThisWhen(
'simplePopoverLoaded',
function() {
goListsPop = new N2SimplePopover();
goN2Events.registerFeature('listsPop', 'goListsPop', 'n2MouseOverHotspot', 'n2MouseOutHotspot');
goN2Events.setFeatureDelays('listsPop', 0, 0, 0);
goListsPop.initialize('listsPop_pop', 'goListsPop', null, null, 'below', 'r', 0, 'rounded');
goListsPop.configureAnimation(0, 0, null, null);
goListsPop.configureTabTitle();
goListsPop.setCallback(
'afterShow',
function() {
shiftImage('navListSwapPanel','0','-76','navListButton',3,2,1);
goN2U.setClass('navListSwapPanel','navListButtonPanelInactive');
return 1;
});
goListsPop.setCallback(
'beforeHide',
function() {
goN2U.setClass('navListSwapPanel','navListButtonPanel');
shiftImage('navListSwapPanel','0','0','navListButton',3,0,1);
return 1;
}); 
goShopAllExpanded = new N2SimplePopover();
goN2Events.registerFeature('shopAllExpanded','goShopAllExpanded','n2MouseOverHotspot','n2MouseOutHotspot');
goN2Events.setFeatureDelays('shopAllExpanded', 0, 10, 15);
goShopAllExpanded.preConfigureNTier(null, 'shopAllExpanded','null','shopAllExpandedChild');
goShopAllExpanded.initialize('goShopAllExpandedPopUp','goShopAllExpanded',null,null,'below',0,0,'none');
goShopAllExpanded.configureAnimation(0, 0, null, null);
goShopAllExpanded.configureTabTitle(true);
goShopAllExpanded.setCallback(
'afterShow',
function() {
if(window.gIsSubnavDisplayed && gIsSubnavDisplayed == 1) {
shiftImage('navSASwapPanel','0','-76','navSAButton',3,2,1);} else {shiftImage('navSASwapPanel','0','-76','navSAButtonNoSubnav', 3,2,1);
}
goN2U.setClass('navSASwapPanel','navSAButtonPanelInactive');
return 1;
});
goShopAllExpanded.setCallback(
'beforeHide',
function() {
if (window.gIsSubnavDisplayed && gIsSubnavDisplayed == 1) {
goN2U.setClass('navSASwapPanel','navSAButtonPanel');
shiftImage('navSASwapPanel','0','0','navSAButton',3,0,1);} else {shiftImage('navSASwapPanel','0','0','navSAButtonNoSubnav',3,0,1);
goN2U.setClass('navSASwapPanel','navSAButtonNoSubnavPanel');
}
return 1;
});
goShopAllExpandedChild = new N2SimplePopover();
goN2Events.registerFeature('shopAllExpandedChild','goShopAllExpandedChild','n2MouseOverHotspot','n2MouseOutHotspot');
goN2Events.setFeatureDelays('shopAllExpandedChild', 0, 5, 0);
goShopAllExpandedChild.preConfigureNTier(1, 'shopAllExpandedChild','shopAllExpanded',null);
goShopAllExpandedChild.initialize('goShopAllExpandedChildPopUp','goShopAllExpandedChild',null,null,'right',-15,0,'rounded');
goShopAllExpandedChild.configureAnimation(0, 0, null, null);
goShopAllExpandedChild.configureTabTitle();
var gNavExpandedChildClassBeforeShow = null;
goShopAllExpandedChild.setCallback(
'afterShow',
function(oPopover) {
var hotspotID = oPopover.getHotspotID();
var listId = hotspotID + "_tab";
var listIdObj = document.getElementById(listId);
gNavExpandedChildClassBeforeShow = listIdObj.className;
goN2U.setClass(listId,gNavExpandedChildClassBeforeShow + 'Inactive');
return 1;
});
goShopAllExpandedChild.setCallback(
'beforeHide',
function(oPopover) {
var hotspotID = oPopover.getHotspotID();
var listId = hotspotID + "_tab";
goN2U.setClass(listId,gNavExpandedChildClassBeforeShow);
return 1;
}); 
goNavCrossshopPopRight = new N2SimplePopover();
goN2Events.registerFeature('navCrossshopPopRight', 'goNavCrossshopPopRight', 'n2MouseOverHotspot', 'n2MouseOutHotspot');
goNavCrossshopPopRight.initialize('navCrossshopPopRight_pop', 'goNavCrossshopPopRight', null, null, 'below', 0, 0, 'rounded');
goNavCrossshopPopRight.configureAnimation(0, 0, null, null);
goNavCrossshopPopRight.configureTabTitle();
goNavCrossshopPopRight.setCallback(
'afterShow',
function(popObj) {
var hotspotID = popObj.getHotspotID();
goN2U.getElement(hotspotID+'_tab').className = 'navCrossshopOpen';
return 1;
});
goNavCrossshopPopRight.setCallback(
'beforeHide',
function(popObj) {
var hotspotID = popObj.getHotspotID();
goN2U.getElement(hotspotID+'_tab').className = '';
return 1;
});
goNavCrossshopPopLeft = new N2SimplePopover();
goN2Events.registerFeature('navCrossshopPopLeft', 'goNavCrossshopPopLeft', 'n2MouseOverHotspot', 'n2MouseOutHotspot');
goNavCrossshopPopLeft.initialize('navCrossshopPopLeft_pop', 'goNavCrossshopPopLeft', null, null, 'below', 'r', 0, 'rounded');
goNavCrossshopPopLeft.configureAnimation(0, 0, null, null);
goNavCrossshopPopLeft.configureTabTitle();
goNavCrossshopPopLeft.setCallback(
'afterShow',
function(popObj) {
var hotspotID = popObj.getHotspotID();
goN2U.getElement(hotspotID+'_tab').className = 'navCrossshopOpen';
return 1;
});
goNavCrossshopPopLeft.setCallback(
'beforeHide',
function(popObj) {
var hotspotID = popObj.getHotspotID();
goN2U.getElement(hotspotID+'_tab').className = '';
return 1;
}); 
},
'Gno Popovers'
);
