var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'home.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'galley.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'html/about.html'
},
{   'sTitle':'Catalogs',
    'bIsWebPath':true,
    'sUrl':'html/catalogs.html',"childArray" : [
    {   'sTitle':'Apparel',
        'bIsWebPath':true,
        'sUrl':'apparel.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'html/contact.html'
},
{   'sTitle':'Yard Signs',
    'bIsWebPath':true,
    'sUrl':'html/yard signs.html'
},
{   'sTitle':'Rally Towels',
    'bIsWebPath':true,
    'sUrl':'html/rally_towels.html'
},
{   'sTitle':'White Shirt Sale',
    'bIsWebPath':true,
    'sUrl':'html/white.html'
},
{   'sTitle':'Contract',
    'bIsWebPath':true,
    'sUrl':'contract.html'
},
{   'sTitle':'Print Color Chart',
    'bIsWebPath':true,
    'sUrl':'print color chart.html'
}]
});
