var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Web Sites',
    bIsWebPath:true,
    sUrl:'websites.html',"childArray" : [
    {   sTitle:'Domain Names',
        bIsWebPath:true,
        sUrl:'domains.html'
    }]
},
{   sTitle:'Publishing',
    bIsWebPath:true,
    sUrl:'publishing.html'
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'projects.html'
},
{   sTitle:'Photography',
    bIsWebPath:true,
    sUrl:'photography.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
