var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Design',
    bIsWebPath:true,
    sUrl:'design.html'
},
{   sTitle:'Printing',
    bIsWebPath:true,
    sUrl:'printing.html'
},
{   sTitle:'Signage',
    bIsWebPath:true,
    sUrl:'signage.html'
},
{   sTitle:'Vehicles',
    bIsWebPath:true,
    sUrl:'vehicles.html'
},
{   sTitle:'Garments',
    bIsWebPath:true,
    sUrl:'garments.html'
},
{   sTitle:'Promotional',
    bIsWebPath:true,
    sUrl:'promo.html'
},
{   sTitle:'Gifts',
    bIsWebPath:true,
    sUrl:'gifts.html'
},
{   sTitle:'Website Design',
    bIsWebPath:true,
    sUrl:'websites.html'
},
{   sTitle:'Photo Restoration',
    bIsWebPath:true,
    sUrl:'photorepairs.html'
},
{   sTitle:'Price List',
    bIsWebPath:true,
    sUrl:'pricelist.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Our Team',
    bIsWebPath:true,
    sUrl:'teamchameleon.html'
}]
});
