var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'About the maze',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Maze in the making',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Previous mazes',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'General Information',
    'bIsWebPath':true,
    'sUrl':'page4.html',"childArray" : [
    {   'sTitle':'Admission Prices',
        'bIsWebPath':true,
        'sUrl':'page7.html'
    },
    {   'sTitle':'Season Tickets',
        'bIsWebPath':true,
        'sUrl':'page8.html'
    },
    {   'sTitle':'How to find us',
        'bIsWebPath':true,
        'sUrl':'page9.html'
    },
    {   'sTitle':'Maze Rules',
        'bIsWebPath':true,
        'sUrl':'page10.html'
    },
    {   'sTitle':'Route planner',
        'bIsWebPath':true,
        'sUrl':'page11.html'
    },
    {   'sTitle':'How\'s the weather',
        'bIsWebPath':true,
        'sUrl':'page12.html'
    }]
},
{   'sTitle':'Special Events',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Photo Gallery',
    'bIsWebPath':true,
    'sUrl':'page19.html'
},
{   'sTitle':'Sponsored Links',
    'bIsWebPath':true,
    'sUrl':'page6.html'
}]
});
