var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Books',
    bIsWebPath:true,
    sUrl:'index_files/books.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Scary Tales of Scariness',
        bIsWebPath:true,
        sUrl:'index_files/sts.html',
        sTarget:'_self'
    },
    {   sTitle:'Reflux',
        bIsWebPath:true,
        sUrl:'index_files/reflux.html',
        sTarget:'_self'
    },
    {   sTitle:'Sciencey Tales of Science Fiction',
        bIsWebPath:true,
        sUrl:'index_files/stsfs.html',
        sTarget:'_self'
    },
    {   sTitle:'Yesterday I Will',
        bIsWebPath:true,
        sUrl:'index_files/yiw.html',
        sTarget:'_self'
    },
    {   sTitle:'DCM',
        bIsWebPath:true,
        sUrl:'index_files/dcm.html',
        sTarget:'_self'
    },
    {   sTitle:'Blue Line Star',
        bIsWebPath:true,
        sUrl:'index_files/bls.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Comic Books',
    bIsWebPath:true,
    sUrl:'index_files/comics.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'FP1',
        bIsWebPath:true,
        sUrl:'index_files/fp1.html',
        sTarget:'_self'
    },
    {   sTitle:'TC1',
        bIsWebPath:true,
        sUrl:'index_files/tc1.html',
        sTarget:'_self'
    },
    {   sTitle:'TC2',
        bIsWebPath:true,
        sUrl:'index_files/tc2.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Magazines',
    bIsWebPath:true,
    sUrl:'index_files/magazines.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'TOI',
        bIsWebPath:true,
        sUrl:'index_files/toi.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Issue #9',
            bIsWebPath:true,
            sUrl:'index_files/toi9.html',
            sTarget:'_self'
        },
        {   sTitle:'Issue #10',
            bIsWebPath:true,
            sUrl:'index_files/toi10.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'CM',
        bIsWebPath:true,
        sUrl:'index_files/cm.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Cemetery Moon 3',
            bIsWebPath:true,
            sUrl:'index_files/cm3.html',
            sTarget:'_self'
        },
        {   sTitle:'Cemetery Moon 4',
            bIsWebPath:true,
            sUrl:'index_files/cm4.html',
            sTarget:'_self'
        },
        {   sTitle:'Cemetery Moon 5',
            bIsWebPath:true,
            sUrl:'index_files/cm5.html',
            sTarget:'_self'
        },
        {   sTitle:'Cemetery Moon 6',
            bIsWebPath:true,
            sUrl:'index_files/cm6.html',
            sTarget:'_self'
        },
        {   sTitle:'Cemetery Moon 7',
            bIsWebPath:true,
            sUrl:'index_files/cm7.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'TRB',
        bIsWebPath:true,
        sUrl:'index_files/trb.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'The Realm Beyond 1',
            bIsWebPath:true,
            sUrl:'index_files/trb1.html',
            sTarget:'_self'
        },
        {   sTitle:'The Realm Beyond 2',
            bIsWebPath:true,
            sUrl:'index_files/trb2.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Guidelines',
        bIsWebPath:true,
        sUrl:'index_files/guidelines.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Other Goodness',
    bIsWebPath:true,
    sUrl:'index_files/appearances.html',
    sTarget:'_self'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'index_files/events.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'index_files/links.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'index_files/contact.html',
    sTarget:'_self'
}]
});
