var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Shop / Login',
    bIsExternal:true,
    sUrl:'http://headdress.cameoez.com/Scripts/PublicSite/?template=Login'
},
{   sTitle:'Create an Account',
    bIsExternal:true,
    sUrl:'https://www.cameoez.com/PublicSite/?site=44042&ServerName=headdress.cameoez.com&template=Register'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
