var customnavtree10 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Networking',
    bIsWebPath:true,
    sUrl:'networking.html'
},
{   sTitle:'Web Design',
    bIsWebPath:true,
    sUrl:'webdesign.html'
},
{   sTitle:'Support',
    bIsWebPath:true,
    sUrl:'help.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Live Assistance',
        bIsWebPath:true,
        sUrl:'help.html',
        sTarget:'_self'
    },
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contact_us.html'
    }]
}]
});
