var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'Need for Internal Audit',
    bIsWebPath:true,
    sUrl:'ia.html'
},
{   sTitle:'CICN Value',
    bIsWebPath:true,
    sUrl:'value.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Affiliate Network',
    bIsWebPath:true,
    sUrl:'network.html'
},
{   sTitle:'CICN Affiliates',
    bIsWebPath:true,
    sUrl:'affiliates.html'
},
{   sTitle:'Founder Biography',
    bIsWebPath:true,
    sUrl:'founder.html'
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'clients.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
