var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Me',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'About My Writing',
    'bIsWebPath':true,
    'sUrl':'aboutwriting.html'
},
{   'sTitle':'Writing Samples',
    'bIsWebPath':true,
    'sUrl':'samples.html'
},
{   'sTitle':'Works in Progress',
    'bIsWebPath':true,
    'sUrl':'wip.html'
},
{   'sTitle':'Writing Blog',
    'bIsExternal':true,
    'sUrl':'http://www.almarquardt.com/blog',
    'sTarget':'_blank'
},
{   'sTitle':'Photo Blog',
    'bIsExternal':true,
    'sUrl':'http://leafyspoon.wordpress.com',
    'sTarget':'_blank'
},
{   'sTitle':'Photo Gallery',
    'bIsWebPath':true,
    'sUrl':'photography.html'
},
{   'sTitle':'Contact Me',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html'
},
{   'sTitle':'Interviews',
    'bIsWebPath':true,
    'sUrl':'interviews.html'
}]
});
