var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'Cashmere sweaters and cashmere scarves',
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sDescription':'Ladies cashmere jumpers',
    'sTitle':'Womens ',
    'bIsWebPath':true,
    'sUrl':'womens.html'
},
{   'sDescription':'men\'s cashmere jumpers',
    'sTitle':'Mens ',
    'bIsWebPath':true,
    'sUrl':'mens.html'
},
{   'sDescription':'cashmere scarves, tartan scarves ',
    'sTitle':'Scarves',
    'bIsWebPath':true,
    'sUrl':'scarves.html'
},
{   'sDescription':'cashmere accessories',
    'sTitle':'Accessories',
    'bIsWebPath':true,
    'sUrl':'accessories.html'
},
{   'sTitle':'Shows',
    'bIsWebPath':true,
    'sUrl':'shows.html'
},
{   'sTitle':'Own Label',
    'bIsWebPath':true,
    'sUrl':'label.html'
},
{   'sTitle':'Contact ',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
