var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome to C-Technologies',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'h_products.html',"childArray" : [
    {   'sTitle':'Bookkeeping',
        'bIsWebPath':true,
        'sUrl':'p_bookkeeping.html'
    },
    {   'sTitle':'Credit Card Processing',
        'bIsWebPath':true,
        'sUrl':'p_creditcards.html'
    },
    {   'sTitle':'Communications',
        'bIsWebPath':true,
        'sUrl':'p_communications.html'
    },
    {   'sTitle':'Networking',
        'bIsWebPath':true,
        'sUrl':'p_networking.html'
    },
    {   'sTitle':'Hardware & Software',
        'bIsWebPath':true,
        'sUrl':'p_hardware.html'
    },
    {   'sTitle':'Training',
        'bIsWebPath':true,
        'sUrl':'p_training.html'
    },
    {   'sTitle':'Financial Tax Services',
        'bIsWebPath':true,
        'sUrl':'p_financial.html'
    }]
},
{   'sTitle':'Technical Support',
    'bIsWebPath':true,
    'sUrl':'h_techsupp.html',"childArray" : [
    {   'sTitle':'Request Assistance',
        'bIsWebPath':true,
        'sUrl':'t_request.html'
    },
    {   'sTitle':'Schedule Appointment',
        'bIsWebPath':true,
        'sUrl':'t_appointments.html'
    }]
},
{   'sTitle':'Our Partners',
    'bIsWebPath':true,
    'sUrl':'h_partners.html'
},
{   'sTitle':'Check Out',
    'bIsWebPath':true,
    'sUrl':'shopp.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'h_contact.html'
}]
});
