var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'OUR PRODUCTS',
    bIsWebPath:true,
    sUrl:'Our Products.html',"childArray" : [
    {   sTitle:'APPAREL',
        bIsWebPath:true,
        sUrl:'APPAREL.html',"childArray" : [
        {   sTitle:'T-SHIRTS',
            bIsWebPath:true,
            sUrl:'t-shirts.html'
        },
        {   sTitle:'HOODIES',
            bIsWebPath:true,
            sUrl:'hoodies.html'
        },
        {   sTitle:'HEADWARE',
            bIsWebPath:true,
            sUrl:'HEADWARE.html',"childArray" : [
            {   sTitle:'FITTED CAPS',
                bIsWebPath:true,
                sUrl:'Fitted Caps.html'
            },
            {   sTitle:'BEANIES',
                bIsWebPath:true,
                sUrl:'Beanies.html'
            }]
        }]
    },
    {   sTitle:'FIGHT SHORTS',
        bIsWebPath:true,
        sUrl:'FIGHT SHORTS.html',"childArray" : [
        {   sTitle:'MMA SHORTS',
            bIsWebPath:true,
            sUrl:'MMA Fighter Shorts.html'
        },
        {   sTitle:'MUAY THAI FIGHT SHORTS',
            bIsWebPath:true,
            sUrl:'Muay Thai Fight Shorts.html'
        }]
    },
    {   sTitle:'GLOVES',
        bIsWebPath:true,
        sUrl:'GLOVES.html',"childArray" : [
        {   sTitle:'BOXING GLOVES',
            bIsWebPath:true,
            sUrl:'Boxing Gloves.html'
        },
        {   sTitle:'TRAINING GLOVES',
            bIsWebPath:true,
            sUrl:'Training Gloves.html'
        },
        {   sTitle:'BAG GLOVES',
            bIsWebPath:true,
            sUrl:'Bag Gloves.html'
        },
        {   sTitle:'MMA TRAINING GLOVES',
            bIsWebPath:true,
            sUrl:'mmatraininggloves.html'
        },
        {   sTitle:'MMA FIGHTING GLOVES',
            bIsWebPath:true,
            sUrl:'mmafightinggloves.html'
        }]
    },
    {   sTitle:'HAND WRAPS',
        bIsWebPath:true,
        sUrl:'HAND WRAPS.html'
    },
    {   sTitle:'HEAD GEAR',
        bIsWebPath:true,
        sUrl:'HEAD GEAR.html'
    },
    {   sTitle:'SHIN GUARDS',
        bIsWebPath:true,
        sUrl:'SHIN GUARDS.html'
    },
    {   sTitle:'JIU JITSU GI',
        bIsWebPath:true,
        sUrl:'JIU JITSU GI.html'
    },
    {   sTitle:'FOOT GEAR',
        bIsWebPath:true,
        sUrl:'FOOT GEAR.html'
    },
    {   sTitle:'PROTECTIVE GEAR',
        bIsWebPath:true,
        sUrl:'Protective Gear.html',"childArray" : [
        {   sTitle:'GROIN PROTECTORS',
            bIsWebPath:true,
            sUrl:'Groin Protectors.html'
        }]
    }]
},
{   sTitle:'THE DISCIPLINE',
    bIsWebPath:true,
    sUrl:'THE DISCIPLINE.html'
},
{   sTitle:'PD BLOG',
    bIsExternal:true,
    sUrl:'http://pdupinit.com/',
    sTarget:'_blank'
},
{   sTitle:'ABOUT',
    bIsWebPath:true,
    sUrl:'ABOUT.html',"childArray" : [
    {   sTitle:'STORE POLICIES',
        bIsWebPath:true,
        sUrl:'STORE POLICIES.html'
    },
    {   sTitle:'CONTACT US',
        bIsWebPath:true,
        sUrl:'CONTACT US.html'
    },
    {   sTitle:'SITE MAP',
        bIsWebPath:true,
        sUrl:'SITE MAP.html'
    }]
}]
});