var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html',"childArray" : [
    {   'sTitle':'Buy The Game',
        'bIsWebPath':true,
        'sUrl':'buythegame.html'
    },
    {   'sTitle':'Terms & Conditions',
        'bIsWebPath':true,
        'sUrl':'terms.html'
    }]
},
{   'sTitle':'About the Game',
    'bIsWebPath':true,
    'sUrl':'aboutthegame.html',"childArray" : [
    {   'sTitle':'Testimonials',
        'bIsWebPath':true,
        'sUrl':'testimonials.html'
    },
    {   'sTitle':'Education',
        'bIsWebPath':true,
        'sUrl':'education.html'
    },
    {   'sTitle':'Android App',
        'bIsWebPath':true,
        'sUrl':'androidapp.html'
    },
    {   'sTitle':'Homophone Definitions',
        'bIsWebPath':true,
        'sUrl':'definitions.html'
    }]
},
{   'sTitle':'Coverage',
    'bIsWebPath':true,
    'sUrl':'coverage.html',"childArray" : [
    {   'sTitle':'Press Links',
        'bIsWebPath':true,
        'sUrl':'press.html'
    },
    {   'sTitle':'Video Links',
        'bIsWebPath':true,
        'sUrl':'video.html'
    },
    {   'sTitle':'Other  Links',
        'bIsWebPath':true,
        'sUrl':'other.html'
    },
    {   'sTitle':'Supporters',
        'bIsWebPath':true,
        'sUrl':'supporters.html'
    },
    {   'sTitle':'Albums',
        'bIsWebPath':true,
        'sUrl':'albums.html'
    }]
}]
});
