var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome to Pccc',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Calendar',
    'bIsWebPath':true,
    'sUrl':'calendar.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html',"childArray" : [
    {   'sTitle':'Latest News',
        'bIsWebPath':true,
        'sUrl':'latest.html'
    },
    {   'sTitle':'For Sale / Wanted',
        'bIsWebPath':true,
        'sUrl':'page15.html'
    }]
},
{   'sTitle':'Syllabus',
    'bIsWebPath':true,
    'sUrl':'syllabus.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Competions',
    'bIsWebPath':true,
    'sUrl':'competitions.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Reports',
    'bIsWebPath':true,
    'sUrl':'reports.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
