var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Me',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'Internet Collaboration',
    bIsWebPath:true,
    sUrl:'internet_collaboration.html',
    sTarget:'_self'
},
{   sTitle:'Tape to CD',
    bIsWebPath:true,
    sUrl:'tapetocd.html',
    sTarget:'_self'
},
{   sTitle:'My Music',
    bIsWebPath:true,
    sUrl:'mymusic.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Portfolio',
        bIsWebPath:true,
        sUrl:'page11.html',
        sTarget:'_self'
    },
    {   sTitle:'The Writing Process',
        bIsWebPath:true,
        sUrl:'page12.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Other Music',
    bIsWebPath:true,
    sUrl:'othermusic.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Listen Page',
        bIsWebPath:true,
        sUrl:'listenpage.html',
        sTarget:'_self'
    },
    {   sTitle:'Youtube Stuff',
        bIsWebPath:true,
        sUrl:'youtube.html',
        sTarget:'_self'
    },
    {   sTitle:'Help Wanted',
        bIsWebPath:true,
        sUrl:'page10.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
