var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Bridal Collections',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'2012 Collection',
        bIsWebPath:true,
        sUrl:'2012_collection.html',
        sTarget:'_self'
    },
    {   sTitle:'Classic Collection',
        bIsWebPath:true,
        sUrl:'classicbridal.html',
        sTarget:'_self'
    },
    {   sTitle:'2011 Collection',
        bIsWebPath:true,
        sUrl:'2011_collection.html',
        sTarget:'_self'
    },
    {   sTitle:'2010 Collection',
        bIsWebPath:true,
        sUrl:'2010collection1.html'
    },
    {   sTitle:'Collection 09',
        bIsWebPath:true,
        sUrl:'bridal2009.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Prom Collections',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Prom 2010 Collection',
        bIsWebPath:true,
        sUrl:'prom2010.html',
        sTarget:'_self'
    },
    {   sTitle:'Prom 09 Collection',
        bIsWebPath:true,
        sUrl:'prom2009.html',
        sTarget:'_self'
    },
    {   sTitle:'Prom 08 Collection',
        bIsWebPath:true,
        sUrl:'prom2008.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Stockists',
    bIsWebPath:true,
    sUrl:'stockists.html',
    sTarget:'_blank'
}]
});
