var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Designers',
    'bIsWebPath':true,
    'sUrl':'page3.html',"childArray" : [
    {   'sTitle':'Designs By Samantha Bertins',
        'bIsWebPath':true,
        'sUrl':'page12.html'
    },
    {   'sTitle':'Gino Cerrutti',
        'bIsWebPath':true,
        'sUrl':'page13.html'
    },
    {   'sTitle':'Vicoria Kay',
        'bIsWebPath':true,
        'sUrl':'page14.html'
    }]
},
{   'sTitle':'Bridesmaids',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Shoes',
    'bIsWebPath':true,
    'sUrl':'page8.html'
},
{   'sTitle':'Accessories',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Prom wear',
    'bIsWebPath':true,
    'sUrl':'page6.html'
},
{   'sTitle':'Evening wear',
    'bIsWebPath':true,
    'sUrl':'page7.html'
},
{   'sTitle':'Photography',
    'bIsWebPath':true,
    'sUrl':'page11.html',"childArray" : [
    {   'sTitle':'Photo Prices',
        'bIsWebPath':true,
        'sUrl':'page15.html'
    }]
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'page9.html'
},
{   'sTitle':'Find us',
    'bIsWebPath':true,
    'sUrl':'page10.html'
},
{   'sTitle':'T&Cs',
    'bIsWebPath':true,
    'sUrl':'page16.html'
}]
});
