var customNavTree30 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'About Us',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Find Us',
        bIsWebPath:true,
        sUrl:'findus.html',
        sTarget:'_self'
    },
    {   sTitle:'Shop Gallery',
        bIsWebPath:true,
        sUrl:'shopgallery.html',
        sTarget:'_self'
    },
    {   sTitle:'Postage & Packaging',
        bIsWebPath:true,
        sUrl:'postage.html',
        sTarget:'_self'
    },
    {   sTitle:'Useful Links',
        bIsWebPath:true,
        sUrl:'links.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Products',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Best Sellers',
        bIsWebPath:true,
        sUrl:'bestsellers.html',
        sTarget:'_self'
    },
    {   sTitle:'Special Offers',
        bIsWebPath:true,
        sUrl:'specialoffers.html',
        sTarget:'_self'
    },
    {   sTitle:'New Products',
        bIsWebPath:true,
        sUrl:'newproducts.html',
        sTarget:'_self'
    },
    {   sTitle:'Gift Sets',
        bIsWebPath:true,
        sUrl:'giftsets.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Catalogue & Ordering',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Email Order Form',
        bIsWebPath:true,
        sUrl:'emailform.html',
        sTarget:'_self'
    },
    {   sTitle:'Catalogue 2011',
        bIsWebPath:true,
        sUrl:'cat2011.html',
        sTarget:'_self'
    },
    {   sTitle:'Archival Catalogue 2011',
        bIsWebPath:true,
        sUrl:'archival.html',
        sTarget:'_self'
    }]
}]
});
