var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Project',
    'bIsWebPath':true,
    'sUrl':'project.html',"childArray" : [
    {   'sTitle':'Creating a Web identity',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'project.html#Creating'
    }]
},
{   'sTitle':'Site Planning',
    'bIsWebPath':true,
    'sUrl':'meassage.html',"childArray" : [
    {   'sTitle':'Getting the message across',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'meassage.html#Getting'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html',"childArray" : [
    {   'sTitle':'Organizing your site content',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'contact.html#Organizing'
    }]
}]
});
