var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'hair_makeup_services.html',"childArray" : [
    {   'sTitle':'Hair Services',
        'bIsWebPath':true,
        'sUrl':'dejark_hair_services.html'
    },
    {   'sTitle':'Waxing (Non-XXX)',
        'bIsWebPath':true,
        'sUrl':'waxing_services.html'
    },
    {   'sTitle':'Make Up Services',
        'bIsWebPath':true,
        'sUrl':'makeup_services.html'
    },
    {   'sTitle':'Beauty Services',
        'bIsWebPath':true,
        'sUrl':'beauty_services.html'
    },
    {   'sTitle':'Spray Tanning',
        'bIsWebPath':true,
        'sUrl':'spray_tanning.html'
    },
    {   'sTitle':'Weddings, Debs, Formals, Occasions, etc',
        'bIsWebPath':true,
        'sUrl':'weddings_occasions.html'
    }]
},
{   'sTitle':'Portfolio',
    'bIsWebPath':true,
    'sUrl':'dejark_portfolio.html'
},
{   'sTitle':'Prices',
    'bIsWebPath':true,
    'sUrl':'our_prices.html'
},
{   'sTitle':'Promotions & Specials',
    'bIsWebPath':true,
    'sUrl':'our_promotions.html'
},
{   'sTitle':'Workshops',
    'bIsWebPath':true,
    'sUrl':'our_workshops.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact_us.html'
}]
});
