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:'Events',
        bIsWebPath:true,
        sUrl:'event_galleries.html'
    },
    {   sTitle:'Babies & Birthdays',
        bIsWebPath:true,
        sUrl:'babies_birthays.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'
}]
});