var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'matthew d. lyons',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorAfter:true,
    sTitle:'blog',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'matthewdlyons',
        bIsExternal:true,
        sUrl:'http://www.matthewdlyons.com/blog',
        sTarget:'_self'
    }]
},
{   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'
    }]
}]
});