var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Specials',
    bIsWebPath:true,
    sUrl:'lady-rider-specials.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'ladies-motorcycle-clothing-products.html',"childArray" : [
    {   sTitle:'Short Sleeve Tshirts',
        bIsWebPath:true,
        sUrl:'lady-rider-short-sleeve-tshirts.html',
        sTarget:'_self'
    },
    {   sTitle:'Long Sleeve T-Shirts',
        bIsWebPath:true,
        sUrl:'ladies-long-sleeve-tshirts.html',
        sTarget:'_self'
    },
    {   sTitle:'Apparel and Accessories',
        bIsWebPath:true,
        sUrl:'womens-clothing-accessories.html',
        sTarget:'_self'
    },
    {   sTitle:'Childrens Clothing & Accessories',
        bIsWebPath:true,
        sUrl:'childrens-clothing-accessories.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'lady-rider-event-stall.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'lady-rider-picture-gallery.html'
},
{   sTitle:'How To Buy',
    bIsWebPath:true,
    sUrl:'how-to-buy.html',
    sTarget:'_self'
},
{   sTitle:'Biker Links',
    bIsWebPath:true,
    sUrl:'lady-rider-links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact-lady-rider.html',"childArray" : [
    {   sTitle:'Survey Form',
        bIsWebPath:true,
        sUrl:'survey.html',
        sTarget:'_self'
    }]
}]
});