var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Marguerite Thorpe',
    'bIsWebPath':true,
    'sUrl':'marguerite_thorpe.html'
},
{   'sTitle':'Mr Laporte',
    'bIsWebPath':true,
    'sUrl':'albert_laporte.html'
},
{   'sTitle':'Products',
    'bIsExternal':true,
    'sUrl':'http://gernetic.com',
    'sTarget':'_blank'
},
{   'sTitle':'Treatments',
    'bIsWebPath':true,
    'sUrl':'treatments.html'
},
{   'sTitle':'Online Store',
    'bIsExternal':true,
    'sUrl':'http://www.beautyx.co.uk',
    'sTarget':'_blank'
},
{   'sTitle':'Salons',
    'bIsExternal':true,
    'sUrl':'http://www.gernetic.co.uk/salons/',
    'sTarget':'_blank'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
