var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'page18.html',"childArray" : [
    {   'sTitle':'Custom Design Services',
        'bIsWebPath':true,
        'sUrl':'customdesign.html'
    },
    {   'sTitle':'Calgary Search Engine Optimization',
        'bIsWebPath':true,
        'sUrl':'seo.html'
    },
    {   'sTitle':'Domains/Hosting',
        'bIsWebPath':true,
        'sUrl':'domainshosting.html'
    },
    {   'sTitle':'Calgary Mobile Marketing',
        'bIsWebPath':true,
        'sUrl':'calgarymobilemarketing.html'
    }]
},
{   'sTitle':'Needs Assessment',
    'bIsWebPath':true,
    'sUrl':'needsassessment.html'
},
{   'sTitle':'Website Analysis',
    'bIsWebPath':true,
    'sUrl':'qualityanlaysis.html'
},
{   'sTitle':'Portfolio',
    'bIsWebPath':true,
    'sUrl':'portfolio.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
