var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Menu',
    bIsWebPath:true,
    sUrl:'menu.html',"childArray" : [
    {   sTitle:'Hand and Foot Treatment',
        bIsWebPath:true,
        sUrl:'hand and food treatment.html'
    },
    {   sTitle:'Nail Enhancement',
        bIsWebPath:true,
        sUrl:'nail enhancement.html'
    },
    {   sTitle:'Waxing',
        bIsWebPath:true,
        sUrl:'waxing.html'
    },
    {   sTitle:'Facial',
        bIsWebPath:true,
        sUrl:'Facial.html'
    },
    {   sTitle:'Miscellaneous',
        bIsWebPath:true,
        sUrl:'Miscellaneous.html'
    }]
},
{   sTitle:'Parties',
    bIsWebPath:true,
    sUrl:'Parties.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'Contact.html'
}]
});
