var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'Custom embroidery, t-shirt printing, and personalization of clothing and products. ',
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Apparel',
    'bIsWebPath':true,
    'sUrl':'apparel.html'
},
{   'sTitle':'Printing',
    'bIsWebPath':true,
    'sUrl':'custom_printing.html'
},
{   'sTitle':'Embroidery',
    'bIsWebPath':true,
    'sUrl':'embroidery.html'
},
{   'sTitle':'Sports',
    'bIsWebPath':true,
    'sUrl':'sports.html'
},
{   'sTitle':'School',
    'bIsWebPath':true,
    'sUrl':'school.html'
},
{   'sTitle':'FAQ',
    'bIsWebPath':true,
    'sUrl':'FAQ.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact_us.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about_us.html'
}]
});
