var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Garment Marking',
        'bIsWebPath':true,
        'sUrl':'garment marking.html'
    },
    {   'sTitle':'Signage',
        'bIsWebPath':true,
        'sUrl':'signage.html'
    },
    {   'sTitle':'Vehicle Graphics',
        'bIsWebPath':true,
        'sUrl':'vehicle graphics.html'
    }]
},
{   'sTitle':'Online Store',
    'bIsWebPath':true,
    'sUrl':'store.html'
},
{   'sTitle':'Galleries',
    'bIsWebPath':true,
    'sUrl':'galleries.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Terms & Conditions',
    'bIsWebPath':true,
    'sUrl':'terms.html'
}]
});
