var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Me',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Fun Page',
    bIsWebPath:true,
    sUrl:'fun page3.html'
},
{   sTitle:'Magical World',
    bIsWebPath:true,
    sUrl:'magical world.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Stepping Stones',
    bIsWebPath:true,
    sUrl:'stepping stones.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
