var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Marketing',
    bIsWebPath:true,
    sUrl:'marketing.html'
},
{   sTitle:'CMS',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Page One Players',
    bIsWebPath:true,
    sUrl:'page_one_players.html'
},
{   sTitle:'Photography',
    bIsWebPath:true,
    sUrl:'commercial_photography.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});