var customNavTree15 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'about me',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'service',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'packages',
        bIsWebPath:true,
        sUrl:'page7.html',
        sTarget:'_self'
    },
    {   sTitle:'photo Gallery',
        bIsWebPath:true,
        sUrl:'page9.html',
        sTarget:'_self'
    }]
},
{   sTitle:'testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   bSeparatorBefore:true,
    sTitle:'links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
