var customnavtree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'3D modeling',
        bIsWebPath:true,
        sUrl:'3dmodeling.html',
        sTarget:'_self'
    },
    {   sTitle:'Drafting',
        bIsWebPath:true,
        sUrl:'drafting.html',
        sTarget:'_self'
    },
    {   sTitle:'Design',
        bIsWebPath:true,
        sUrl:'design.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Portfolio',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Portfolio Images',
        bIsWebPath:true,
        sUrl:'portfolioimages.html',
        sTarget:'_self'
    },
    {   sTitle:'Portfolio Video',
        bIsWebPath:true,
        sUrl:'portfoliovideo.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Bio',
    bIsWebPath:true,
    sUrl:'bio.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});