var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'flowerdoc',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Curriculum',
        bIsWebPath:true,
        sUrl:'curriculum.html'
    },
    {   sTitle:'competition history',
        bIsWebPath:true,
        sUrl:'curric2.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Gallery 1',
    bIsWebPath:true,
    sUrl:'gallery1.html'
},
{   sTitle:'Gallery 2',
    bIsWebPath:true,
    sUrl:'gallery2.html'
},
{   sTitle:'See Also',
    bIsWebPath:true,
    sUrl:'page6.html'
}]
});
