var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html'
},
{   sTitle:'Services ',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Funerals',
        bIsWebPath:true,
        sUrl:'funerals.html'
    },
    {   sTitle:'Dinner Parties',
        bIsWebPath:true,
        sUrl:'dinner parties.html'
    },
    {   sTitle:'Weddings',
        bIsWebPath:true,
        sUrl:'weddings.html'
    },
    {   sTitle:'Celebrations',
        bIsWebPath:true,
        sUrl:'celebrations.html'
    }]
},
{   sTitle:'Menus',
    bIsWebPath:true,
    sUrl:'menus.html'
},
{   sTitle:'Food To Go',
    bIsWebPath:true,
    sUrl:'food to go.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page11.html'
}]
});
