var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'2012 Rates',
    'bIsWebPath':true,
    'sUrl':'page11.html'
},
{   'sTitle':'Grooming',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Dog Day Care',
    'bIsWebPath':true,
    'sUrl':'daycare.html'
},
{   'sTitle':'Training',
    'bIsWebPath':true,
    'sUrl':'training.html'
},
{   'sTitle':'Kenneling & Day Care',
    'bIsWebPath':true,
    'sUrl':'kenneling.html',"childArray" : [
    {   'sTitle':'Pet Sitting',
        'bIsWebPath':true,
        'sUrl':'petsitting.html'
    },
    {   'sTitle':'Pet Delivery',
        'bIsWebPath':true,
        'sUrl':'delivery10.html'
    }]
},
{   'sTitle':'Promotions',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Custom Embrodiery',
    'bIsWebPath':true,
    'sUrl':'embroidery.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'page4.html'
}]
});
