var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Dresses',
    bIsWebPath:true,
    sUrl:'dresses.html',"childArray" : [
    {   sTitle:'Benjamin Roberts',
        bIsWebPath:true,
        sUrl:'benjaminroberts.html'
    },
    {   sTitle:'La Sposa',
        bIsWebPath:true,
        sUrl:'lasposa.html'
    },
    {   sTitle:'Romantica',
        bIsWebPath:true,
        sUrl:'romantica.html'
    },
    {   sTitle:'White Rose',
        bIsWebPath:true,
        sUrl:'whiterose.html'
    }]
},
{   sTitle:'Accessories',
    bIsWebPath:true,
    sUrl:'accessories.html'
},
{   sTitle:'Shoes',
    bIsWebPath:true,
    sUrl:'shoes.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sDescription:'Contact Details',
    sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
