var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'The Sea',
        bIsWebPath:true,
        sUrl:'thesea.html'
    },
    {   sTitle:'Jolie',
        bIsWebPath:true,
        sUrl:'jolie.html'
    },
    {   sTitle:'Cities',
        bIsWebPath:true,
        sUrl:'cities.html'
    },
    {   sTitle:'Gecko',
        bIsWebPath:true,
        sUrl:'gecko.html'
    },
    {   sTitle:'Twinkle',
        bIsWebPath:true,
        sUrl:'twinkle.html'
    },
    {   sTitle:'Faces',
        bIsWebPath:true,
        sUrl:'faces.html'
    },
    {   sDescription:'Bride and Groom toasting glasses',
        sTitle:'Bride and Groom',
        bIsWebPath:true,
        sUrl:'brideandgroom.html'
    },
    {   sTitle:'Tux',
        bIsWebPath:true,
        sUrl:'tux.html'
    },
    {   sTitle:'Judaica',
        bIsWebPath:true,
        sUrl:'judaica.html'
    },
    {   sTitle:'XYZ',
        bIsWebPath:true,
        sUrl:'xyz.html'
    },
    {   sTitle:'Palm',
        bIsWebPath:true,
        sUrl:'palm.html'
    },
    {   sTitle:'Peaked Interest',
        bIsWebPath:true,
        sUrl:'peakedinterest.html'
    },
    {   sTitle:'Nice Dice',
        bIsWebPath:true,
        sUrl:'nicedice.html'
    }]
},
{   sTitle:'Stores',
    bIsWebPath:true,
    sUrl:'stores.html'
},
{   sTitle:'Retailer Login',
    bIsWebPath:true,
    sUrl:'retailerlanding.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
