var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'self hypnosis',
    'bIsWebPath':true,
    'sUrl':'selfh.html'
},
{   'sTitle':'how to',
    'bIsWebPath':true,
    'sUrl':'howto.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'page5.html'
}]
});
