var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html',
    sTarget:'_self'
},
{   sTitle:'Styles',
    bIsWebPath:true,
    sUrl:'styles.html',
    sTarget:'_self'
},
{   sTitle:'School info',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Master Diep',
        bIsWebPath:true,
        sUrl:'our teacher.html',
        sTarget:'_self'
    },
    {   sTitle:'new students',
        bIsWebPath:true,
        sUrl:'newstudents.html',
        sTarget:'_self'
    },
    {   sTitle:'classes',
        bIsWebPath:true,
        sUrl:'classes.html',
        sTarget:'_self'
    },
    {   sTitle:'fee & costs',
        bIsWebPath:true,
        sUrl:'costs.html',
        sTarget:'_self'
    },
    {   sTitle:'code of conduct',
        bIsWebPath:true,
        sUrl:'code.html',
        sTarget:'_self'
    },
    {   sTitle:'gradings',
        bIsWebPath:true,
        sUrl:'gradings.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'photos',
        bIsWebPath:true,
        sUrl:'photos.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
}]
});
