var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Computer Consulting Service Network Managed Services',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Business Solutions',
    bIsWebPath:true,
    sUrl:'business.html',"childArray" : [
    {   sTitle:'Business Solutions',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'business.html'
    },
    {   sTitle:'Partner Solutions',
        bIsWebPath:true,
        sUrl:'partner.html'
    },
    {   sTitle:'Subscribe Business',
        bIsWebPath:true,
        sUrl:'subscribebusiness.html'
    }]
},
{   sTitle:'Home Solutions',
    bIsWebPath:true,
    sUrl:'home.html',"childArray" : [
    {   sTitle:'Home Solutions',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'home.html'
    },
    {   sTitle:'Subscribe Home',
        bIsWebPath:true,
        sUrl:'subscribehome.html'
    }]
},
{   sTitle:'Company',
    bIsWebPath:true,
    sUrl:'company.html',"childArray" : [
    {   sTitle:'Company',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'company.html'
    },
    {   sTitle:'Holiday Schedule',
        bIsWebPath:true,
        sUrl:'holiday.html'
    },
    {   sTitle:'Privacy Policy',
        bIsWebPath:true,
        sUrl:'privacy.html'
    }]
},
{   sTitle:'E-Support',
    bIsWebPath:true,
    sUrl:'support.html',"childArray" : [
    {   sTitle:'E-Support',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'support.html'
    },
    {   sTitle:'Contact US',
        bIsWebPath:true,
        sUrl:'contactus.html'
    },
    {   sTitle:'Secure Web',
        bIsWebPath:true,
        sUrl:'secure.html'
    },
    {   sTitle:'IP Info',
        bIsWebPath:true,
        sUrl:'ipinfo.html'
    }]
}]
});