var customnavtree15 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Roy',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Roy Solo',
        bIsWebPath:true,
        sUrl:'solo.html',
        sTarget:'_self'
    },
    {   sTitle:'Roy and Band',
        bIsWebPath:true,
        sUrl:'band.html',
        sTarget:'_self'
    },
    {   sTitle:'DFR',
        bIsWebPath:true,
        sUrl:'dfr.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Wedding Package',
    bIsWebPath:true,
    sUrl:'wedding.html',
    sTarget:'_self'
},
{   sTitle:'Music and Videos',
    bIsWebPath:true,
    sUrl:'media.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Who Do You Do',
    bIsWebPath:true,
    sUrl:'whodoyoudo.html',
    sTarget:'_self'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self'
}]
});
