var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home Page',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'First  Floor Annex',
    'bIsWebPath':true,
    'sUrl':'singleroom2011.html'
},
{   'sTitle':'Ground Floor Annex',
    'bIsWebPath':true,
    'sUrl':'doubleroom2011.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Local Area',
    'bIsWebPath':true,
    'sUrl':'localarea.html'
}]
});
