var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sDescription':'C&R Press\' frontlist and backlist of books.',
    'sTitle':'Books',
    'bIsWebPath':true,
    'sUrl':'books.html',"childArray" : [
    {   'sDescription':'C&R Press\' frontlist and backlist poetry titles.',
        'sTitle':'Poetry',
        'bIsWebPath':true,
        'sUrl':'poetry.html'
    },
    {   'sDescription':'C&R frontlist and backlist of fiction titles',
        'sTitle':'Fiction',
        'bIsWebPath':true,
        'sUrl':'fiction.html'
    }]
},
{   'sTitle':'De Novo',
    'bIsWebPath':true,
    'sUrl':'denovo.html'
},
{   'sTitle':'Submit',
    'bIsWebPath':true,
    'sUrl':'submit.html'
},
{   'sTitle':'Bookstore Orders',
    'bIsWebPath':true,
    'sUrl':'bookstoreorders.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
