var customnavtree17 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    sUrl:'',
    sTarget:'_self'
},
{   sTitle:'Fanfiction Portal',
    bIsWebPath:true,
    sUrl:'fanfiction_portal.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'The Road to Cydonia',
        bIsWebPath:true,
        sUrl:'trtc.html',
        sTarget:'_self'
    },
    {   sTitle:'The Cycle of Ages: A Chosen One',
        bIsWebPath:true,
        sUrl:'coaaco.html',
        sTarget:'_self'
    },
    {   sTitle:'The Cycle of Ages: New World Order',
        bIsWebPath:true,
        sUrl:'coanwo.html',
        sTarget:'_self'
    },
    {   sTitle:'Learning Curve: Book One',
        bIsWebPath:true,
        sUrl:'lc_1.html',
        sTarget:'_self'
    },
    {   sTitle:'Learning Curve: Book Two',
        bIsWebPath:true,
        sUrl:'lc_2.html',
        sTarget:'_self'
    },
    {   sTitle:'The Gauntlet Series',
        bIsWebPath:true,
        sUrl:'gauntlet.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Gallery Portal',
    bIsWebPath:true,
    sUrl:'gallery_portal.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'The Ranma Gallery',
        bIsWebPath:true,
        sUrl:'gallery_ranma.html',
        sTarget:'_self'
    },
    {   sTitle:'The Sonic Gallery',
        bIsWebPath:true,
        sUrl:'gallery_sonic.html',
        sTarget:'_self'
    },
    {   sTitle:'The Fancomics Gallery',
        bIsWebPath:true,
        sUrl:'gallery_comic.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links_main.html',
    sTarget:'_self'
}]
});
