var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Architectural  Photography',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Aerial  Photography',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'Location  Photography',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Studio Photography',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Motorsport  Photography',
    'bIsWebPath':true,
    'sUrl':'page6.html'
},
{   'sTitle':'Video Production',
    'bIsWebPath':true,
    'sUrl':'page7.html'
},
{   'sTitle':'Photo Library',
    'bIsWebPath':true,
    'sUrl':'page8.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'page9.html'
}]
});
