var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Guitar',
        bIsWebPath:true,
        sUrl:'guitar.html'
    },
    {   sTitle:'Keyboard',
        bIsWebPath:true,
        sUrl:'keyboard.html'
    },
    {   sTitle:'Music Theory',
        bIsWebPath:true,
        sUrl:'theory.html'
    }]
},
{   sTitle:'Prices',
    bIsWebPath:true,
    sUrl:'prices.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});