var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'sUrl':'index.html'
},
{   'sTitle':'Tutorials 1',
    'sUrl':'tutorials1.html',"childArray" : [
    {   'sTitle':'Tutorials 2',
        'sUrl':'tutorials2.html'
    },
    {   'sTitle':'Tutorials 3',
        'sUrl':'tutorials3.html'
    },
    {   'sTitle':'Tutorials 4',
        'sUrl':'tutorials4.html'
    },
    {   'sTitle':'Tutorials 5',
        'sUrl':'tutorials5.html'
    }]
},
{   'sTitle':'Lenses',
    'sUrl':'lenses.html'
},
{   'sTitle':'Camera Flash',
    'sUrl':'camera flash.html'
},
{   'sTitle':'SLR vs Compact',
    'sUrl':'slrvscompact.html'
},
{   'sTitle':'Night Photography',
    'sUrl':'nightphotography.html'
},
{   'sTitle':'Holding the Camera',
    'sUrl':'holdingthecamera.html'
},
{   'sTitle':'Types of Photography',
    'sUrl':'landscape.html',"childArray" : [
    {   'sTitle':'Landscape Photography',
        'sUrl':'landscape photography.html'
    },
    {   'sTitle':'Wildlife photography ',
        'sUrl':'wildlife photography.html'
    },
    {   'sTitle':'Macro Photography',
        'sUrl':'macro photography.html'
    },
    {   'sTitle':'B & W Photography',
        'sUrl':'b & w photography.html'
    }]
},
{   'sTitle':' links',
    'sUrl':'links.html',"childArray" : [
    {   'sTitle':' links 2',
        'sUrl':'links2.html'
    },
    {   'sTitle':' links 3',
        'sUrl':'links3.html'
    },
    {   'sTitle':' links 4',
        'sUrl':'links4.html'
    },
    {   'sTitle':' links 5',
        'sUrl':'links5.html'
    }]
}]
});
