var customNavTree6 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Corporate Profile',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Our Services',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Employment',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Employee Sign In',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
}]
});
