var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Landscapes',
    bIsWebPath:true,
    sUrl:'landscapes.html',
    sTarget:'_self'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html',
    sTarget:'_self'
},
{   sTitle:'Software',
    bIsWebPath:true,
    sUrl:'software.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Box Code Generator Poll',
        bIsWebPath:true,
        sUrl:'page6.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Web Design',
    bIsWebPath:true,
    sUrl:'webdesign.html',
    sTarget:'_self'
}]
});