var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Custom Software',
    'bIsWebPath':true,
    'sUrl':'custom_software.html',"childArray" : [
    {   'sTitle':'Software Development',
        'bIsWebPath':true,
        'sUrl':'software_development.html'
    }]
},
{   'sTitle':'Web Services',
    'bIsWebPath':true,
    'sUrl':'web_services.html',"childArray" : [
    {   'sTitle':'Website Portfolio',
        'bIsWebPath':true,
        'sUrl':'web_portfolio_2.html'
    }]
},
{   'sTitle':'Creative Services',
    'bIsWebPath':true,
    'sUrl':'creative_services.html',"childArray" : [
    {   'sTitle':'Design & Print',
        'bIsWebPath':true,
        'sUrl':'design_print.html'
    },
    {   'sTitle':'Display and Exhibition Services',
        'bIsWebPath':true,
        'sUrl':'display_exhibition.html'
    }]
},
{   'sTitle':'Support Services',
    'bIsWebPath':true,
    'sUrl':'support_services.html',"childArray" : [
    {   'sTitle':'SQL Server Services',
        'bIsWebPath':true,
        'sUrl':'sql_support.html'
    }]
},
{   'sTitle':'Web Hosting',
    'bIsWebPath':true,
    'sUrl':'web_hosting.html',"childArray" : [
    {   'sTitle':'Web Hosting Plans',
        'bIsWebPath':true,
        'sUrl':'web_hosting_plans.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
