var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Model Shoot',
    'bIsWebPath':true,
    'sUrl':'model shoot.html'
},
{   'sTitle':'Portrait',
    'bIsWebPath':true,
    'sUrl':'portrait.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'page34.html'
}]
});
