var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'\r\n',
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'All My Shows',
    'bIsWebPath':true,
    'sUrl':'shows.html',"childArray" : [
    {   'sTitle':'Birthday Parties',
        'bIsWebPath':true,
        'sUrl':'birthdays/index.html',"childArray" : [
        {   'sTitle':'Options',
            'bIsWebPath':true,
            'sUrl':'birthdays/options.html'
        }]
    },
    {   'sTitle':'The Family Magic Show',
        'bIsWebPath':true,
        'sUrl':'family.html'
    },
    {   'sTitle':'Workshops',
        'bIsWebPath':true,
        'sUrl':'workshops.html'
    },
    {   'sTitle':'Shows for Grownups',
        'bIsWebPath':true,
        'sUrl':'magic-for-growups.html'
    },
    {   'sTitle':'Mingle Magic',
        'bIsWebPath':true,
        'sUrl':'mingle-magic.html'
    }]
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Videos',
    'bIsWebPath':true,
    'sUrl':'videos.html'
},
{   'sTitle':'Biography',
    'bIsWebPath':true,
    'sUrl':'biography.html'
},
{   'sTitle':'Calendar',
    'bIsWebPath':true,
    'sUrl':'calendar.html'
},
{   'sTitle':'Blog',
    'bIsExternal':true,
    'sUrl':'http://www.thepartymagician.com/blog/index.php',
    'sTarget':'_self'
},
{   'sTitle':'Media',
    'bIsWebPath':true,
    'sUrl':'media-resources.html'
},
{   'sTitle':'Just For Kids',
    'bIsWebPath':true,
    'sUrl':'just-for-kids.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact-ron.html'
}]
});
