var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Profile',
    bIsWebPath:true,
    sUrl:'page18.html',"childArray" : [
    {   sTitle:'Bio',
        bIsWebPath:true,
        sUrl:'page9.html'
    },
    {   sTitle:'Press',
        bIsWebPath:true,
        sUrl:'page8.html'
    },
    {   sTitle:'Awards',
        bIsWebPath:true,
        sUrl:'page10.html'
    }]
},
{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'page17.html',"childArray" : [
    {   sTitle:'Slideshow',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sTitle:'Video',
        bIsWebPath:true,
        sUrl:'page12.html'
    }]
},
{   sTitle:'Shows',
    bIsWebPath:true,
    sUrl:'page14.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Children\'s Parties',
        bIsWebPath:true,
        sUrl:'page16.html',
        sTarget:'_self'
    },
    {   sTitle:'Public Venues',
        bIsWebPath:true,
        sUrl:'page15.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page11.html',"childArray" : [
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'page5.html'
    },
    {   sTitle:'Coloring Page',
        bIsExternal:true,
        sUrl:'http://magicbydanielle.com/coloringpageforweb.pdf',
        sTarget:'_blank'
    }]
}]
});
