var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'matthew d. lyons',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'photography',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'ml photography',
        bIsExternal:true,
        sUrl:'http://www.matthewlyonsphotography.com',
        sTarget:'_blank'
    }]
},
{   bSeparatorAfter:true,
    sTitle:'blogs',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'photography - my name is not matt',
        bIsExternal:true,
        sUrl:'http://www.mynameisnotmatt.com',
        sTarget:'_blank'
    },
    {   sTitle:'photography - picture of the day',
        bIsExternal:true,
        sUrl:'http://www.matthewlyonsphotography.com/pictureoftheday/',
        sTarget:'_blank'
    },
    {   sTitle:'general - matthewdlyons',
        bIsExternal:true,
        sUrl:'http://matthewdlyons.blogspot.com',
        sTarget:'_blank'
    }]
},
{   sTitle:'social',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'twitter',
        bIsExternal:true,
        sUrl:'http://twitter.com/matthewdlyons',
        sTarget:'_blank'
    },
    {   sTitle:'facebook',
        bIsExternal:true,
        sUrl:'http://facebook.com/matthewdlyons',
        sTarget:'_blank'
    },
    {   sTitle:'flickr',
        bIsExternal:true,
        sUrl:'http://www.flickr.com/people/matthewdlyons',
        sTarget:'_blank'
    },
    {   sTitle:'picasa',
        bIsExternal:true,
        sUrl:'http://picasaweb.google.com/matthewdlyons',
        sTarget:'_blank'
    }]
},
{   sTitle:'contact me',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'email',
        bIsWebPath:true,
        sUrl:'email.html',
        sTarget:'_self'
    }]
}]
});