var customNavTree7 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'default.original.html'
},
{   sTitle:'Dresses at Aliya Rose',
    sUrl:'%next%',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Wedding dresses',
        bIsWebPath:true,
        sUrl:'wdresses.html',"childArray" : [
        {   sTitle:'Benjamin Roberts',
            bIsWebPath:true,
            sUrl:'benjaminroberts.html'
        },
        {   sTitle:'Ellis',
            bIsWebPath:true,
            sUrl:'ellis.html'
        },
        {   sTitle:'Ella',
            bIsWebPath:true,
            sUrl:'ella.html'
        }]
    },
    {   sTitle:'Bridesmaid dresses',
        bIsWebPath:true,
        sUrl:'bmdresses.html'
    }]
},
{   sTitle:'Accessories',
    bIsWebPath:true,
    sUrl:'accessories.html'
},
{   sTitle:'An Appointment with Aliya Rose',
    bIsWebPath:true,
    sUrl:'appointment.html'
},
{   sTitle:'Special offers and Packages',
    bIsWebPath:true,
    sUrl:'specialoffers.html',"childArray" : [
    {   sTitle:'Sophisticated',
        bIsWebPath:true,
        sUrl:'sophisticated.html'
    },
    {   sTitle:'Princess',
        bIsWebPath:true,
        sUrl:'princess.html'
    },
    {   sTitle:'Classic',
        bIsWebPath:true,
        sUrl:'classic.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Upcoming events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Aliya Rose Blog',
    sUrl:'http://www.aliyarosebridal.blogspot.com/',
    sTarget:'_blank'
}]
});
