var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'index.html'
},
{   sTitle:'About Us',
    sUrl:'about us.html'
},
{   sTitle:'Books & Software',
    sUrl:'books.html',"childArray" : [
    {   sTitle:'Chant of Death',
        sUrl:'chant of death.html'
    },
    {   sTitle:'Harvesting Fog',
        sUrl:'harvesting fog.html'
    },
    {   sTitle:'Making the Most of WriteItNow 4',
        sUrl:'moowin.html'
    },
    {   sTitle:'Open the Gates',
        sUrl:'open the gates.html'
    },
    {   sTitle:'Ophelia\'s Ghost',
        sUrl:'ophelias ghost.html'
    },
    {   sTitle:'Remembering the Parables',
        sUrl:'remembering the parables.html'
    },
    {   sTitle:'Spilled Milk',
        sUrl:'spilled milk.html'
    },
    {   sTitle:'Tables',
        sUrl:'tables.html'
    },
    {   sTitle:'WriteItNow',
        sUrl:'writeitnow.html'
    }]
},
{   sTitle:'Press Releases',
    sUrl:'press releases.html'
}]
});