var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Prices',
    bIsWebPath:true,
    sUrl:'prices.html'
},
{   sTitle:'Accessories',
    bIsWebPath:true,
    sUrl:'accessories.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Starting',
    bIsWebPath:true,
    sUrl:'starting.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   bSeparatorAfter:true,
        sTitle:'client',
        bIsWebPath:true,
        sUrl:'client.html'
    }]
},
{   sTitle:'Terms',
    bIsWebPath:true,
    sUrl:'terms.html',"childArray" : [
    {   bSeparatorAfter:true,
        sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    }]
}]
});