var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'Contact',
        'bIsWebPath':true,
        'sUrl':'contact.html'
    },
    {   'sTitle':'Hours',
        'bIsWebPath':true,
        'sUrl':'hours.html'
    },
    {   'sTitle':'Directions',
        'bIsWebPath':true,
        'sUrl':'directions.html'
    }]
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about_us.html'
},
{   'sTitle':'Designers',
    'bIsWebPath':true,
    'sUrl':'designers.html',"childArray" : [
    {   'sTitle':'Bridesmaids',
        'bIsWebPath':true,
        'sUrl':'bridesmaids.html'
    },
    {   'sTitle':'Mothers',
        'bIsWebPath':true,
        'sUrl':'mothers.html'
    }]
},
{   'sTitle':'Prom',
    'bIsWebPath':true,
    'sUrl':'prom.html'
},
{   'sTitle':'Our Brides',
    'bIsWebPath':true,
    'sUrl':'our_brides.html'
},
{   'sTitle':'Accessories',
    'bIsWebPath':true,
    'sUrl':'accessories.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'Forms',
    'bIsWebPath':true,
    'sUrl':'forms.html'
}]
});
