var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Services',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Services',
        'bIsWebPath':true,
        'sUrl':'services.html'
    },
    {   'sTitle':'Prices',
        'bIsWebPath':true,
        'sUrl':'prices.html'
    }]
},
{   'sTitle':'Galleries',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Galleries',
        'bIsWebPath':true,
        'sUrl':'galleries.html'
    },
    {   'sTitle':'Client Galleries',
        'bIsWebPath':true,
        'sUrl':'clientgalleries.html'
    },
    {   'sTitle':'Client Prints',
        'bIsExternal':true,
        'sUrl':'/galleries/client_prints',
        'sTarget':'_blank'
    },
    {   'sTitle':'Events',
        'bIsWebPath':true,
        'sUrl':'event_galleries.html'
    }]
},
{   'sTitle':'Gift Certificate',
    'bIsWebPath':true,
    'sUrl':'gift_certificate.html'
},
{   'sTitle':'Blog',
    'bIsExternal':true,
    'sUrl':'http://www.chrismcqueenimages.net/blog',
    'sTarget':'_blank'
},
{   'sTitle':'Rave',
    'bIsWebPath':true,
    'sUrl':'rave.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
