var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'PROFILE',
    bIsWebPath:true,
    sUrl:'profile_alec_mcphedran.html'
},
{   sTitle:'PICTURES',
    bIsWebPath:true,
    sUrl:'pictures_alec_mcphedran.html'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact_alec_mcphedran.html'
}]
});
