var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About ',
    'bIsWebPath':true,
    'sUrl':'about_us.html'
},
{   'sTitle':'In Store',
    'bIsWebPath':true,
    'sUrl':'instore.html',"childArray" : [
    {   'sTitle':'Flower Arranging',
        'bIsWebPath':true,
        'sUrl':'flower_arranging.html'
    },
    {   'sTitle':'Healthy Eating',
        'bIsWebPath':true,
        'sUrl':'healthy.html'
    },
    {   'sTitle':'Broadway Exclusives',
        'bIsWebPath':true,
        'sUrl':'exclusives.html'
    }]
},
{   'sTitle':'Delivery Service',
    'bIsWebPath':true,
    'sUrl':'delivery.html'
},
{   'sTitle':'Community',
    'bIsWebPath':true,
    'sUrl':'community.html',"childArray" : [
    {   'sTitle':'My Shop is Your Shop 2011',
        'bIsWebPath':true,
        'sUrl':'msiys2011.html'
    }]
},
{   'sTitle':'Find Us',
    'bIsWebPath':true,
    'sUrl':'find_us.html'
}]
});
