var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'TV Production',
    'bIsWebPath':true,
    'sUrl':'tv production.html',"childArray" : [
    {   'sTitle':'Special Events',
        'bIsWebPath':true,
        'sUrl':'special events.html'
    }]
},
{   'sTitle':'Commercials',
    'bIsWebPath':true,
    'sUrl':'commercials.html'
},
{   'sTitle':'Music Videos',
    'bIsWebPath':true,
    'sUrl':'musicvideo.html'
},
{   'sTitle':'Animation',
    'bIsWebPath':true,
    'sUrl':'animation.html'
},
{   'sTitle':'Photo',
    'bIsWebPath':true,
    'sUrl':'photos.html'
},
{   'sTitle':'Graphic Design',
    'bIsWebPath':true,
    'sUrl':'page55.html'
},
{   'sTitle':'Bio',
    'bIsWebPath':true,
    'sUrl':'john house.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
