var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Signs',
        bIsWebPath:true,
        sUrl:'signs.html'
    },
    {   sTitle:'Promotional Items',
        bIsWebPath:true,
        sUrl:'promotional items.html'
    },
    {   sTitle:'Custom Clothing',
        bIsWebPath:true,
        sUrl:'custom clothing.html'
    },
    {   sTitle:'Vinyl Wall Art',
        bIsWebPath:true,
        sUrl:'vinyl wall art.html'
    },
    {   sTitle:'Recognition Items',
        bIsWebPath:true,
        sUrl:'recognition items.html'
    },
    {   sTitle:'Engraving',
        bIsWebPath:true,
        sUrl:'engraving.html'
    },
    {   sTitle:'Business Cards / Magnets',
        bIsWebPath:true,
        sUrl:'business cards & magnets.html'
    }]
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
