var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Pricelist',
    'bIsExternal':true,
    'sUrl':'http://mymistress-sam.com//pricelist.pdf',
    'sTarget':'_blank'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Questionnaire',
    'bIsWebPath':true,
    'sUrl':'questionnaire.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
