var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Optimization',
    bIsWebPath:true,
    sUrl:'optimization.html'
},
{   sTitle:'SEO Consulting',
    bIsWebPath:true,
    sUrl:'seo_consulting.html'
},
{   sTitle:'Link Building',
    bIsWebPath:true,
    sUrl:'link_building.html'
},
{   sTitle:'PPC Management',
    bIsWebPath:true,
    sUrl:'pay_per_click_firm.html'
}]
});
