var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Dry Season',
    bIsWebPath:true,
    sUrl:'DrySeason.html',"childArray" : [
    {   sTitle:'The Novel',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'DrySeason.html'
    },
    {   sTitle:'First Chapter',
        bIsExternal:true,
        sUrl:'http://www.dansmithsbooks.com/First%20Chapter.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Dry Season Q & A',
        bIsWebPath:true,
        sUrl:'dryseasonq&a.html'
    }]
},
{   sTitle:'Dan\'s Bio',
    bIsWebPath:true,
    sUrl:'Bio.html',"childArray" : [
    {   sTitle:'Biography',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Bio.html'
    },
    {   sTitle:'Author Q & A',
        bIsWebPath:true,
        sUrl:'authorq&a.html'
    }]
},
{   sTitle:'Contact Dan',
    bIsWebPath:true,
    sUrl:'ContactDan.html'
},
{   sTitle:'The Real Dry Season',
    bIsWebPath:true,
    sUrl:'TheRealDrySeason.html'
},
{   sTitle:'Press',
    bIsWebPath:true,
    sUrl:'Press.html',"childArray" : [
    {   sTitle:'Praise for Dry Season',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Press.html'
    },
    {   sTitle:'Dry Season Book Launch',
        bIsExternal:true,
        sUrl:'http://www.dansmithsbooks.com/Dry%20Season%20Book%20Launch/index.html',
        sTarget:'_blank'
    }]
},
{   sTitle:'News & Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Blog',
    bIsExternal:true,
    sUrl:'http://dansmithsbooks.wordpress.com',
    sTarget:'_blank'
}]
});