var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About US ',
    bIsWebPath:true,
    sUrl:'searchenginemarketingnorthernvirginia.html'
},
{   sTitle:'Our Services',
    bIsWebPath:true,
    sUrl:'virginiainternetmarketingcompany.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'localsalesdirectaddressinformation.html'
},
{   sTitle:'Web Design ',
    bIsWebPath:true,
    sUrl:'webdesignnorthernva.html'
},
{   sTitle:'Search Engine Marketing',
    bIsWebPath:true,
    sUrl:'sem.html'
},
{   sTitle:'Case Studies',
    bIsWebPath:true,
    sUrl:'casestudy.html'
},
{   sTitle:'Blog ',
    bIsWebPath:true,
    sUrl:'blog.html'
}]
});
