var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Shop MW',
    bIsWebPath:true,
    sUrl:'shop.html',"childArray" : [
    {   sTitle:'Shop MW New',
        bIsWebPath:true,
        sUrl:'index.php?cPath=22'
    },
    {   sTitle:'Shop MW Vintage',
        bIsWebPath:true,
        sUrl:'index.php?cPath=23'
    }]
},
{   sTitle:'Customer Care',
    bIsWebPath:true,
    sUrl:'customercare.html',"childArray" : [
    {   sTitle:'Shipping',
        bIsWebPath:true,
        sUrl:'shipping.html'
    },
    {   sTitle:'Returns',
        bIsWebPath:true,
        sUrl:'returns.html'
    },
    {   sTitle:'Policies',
        bIsWebPath:true,
        sUrl:'policies.html'
    }]
},
{   sTitle:'LookBook',
    bIsWebPath:true,
    sUrl:'lookbook.html'
},
{   sTitle:'BLOG',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'What\'s New!',
    bIsWebPath:true,
    sUrl:'whatsnew.html'
}]
});
