var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Web Sites',
    bIsWebPath:true,
    sUrl:'websites.html'
},
{   sTitle:'Telephone',
    bIsWebPath:true,
    sUrl:'phone.html'
},
{   sTitle:'E-mail',
    bIsWebPath:true,
    sUrl:'email.html'
},
{   sTitle:'Press Releases',
    bIsWebPath:true,
    sUrl:'releases.html',"childArray" : [
    {   sDescription:'Press release for FrontlineMarketingTools',
        sTitle:'Press Room',
        bIsWebPath:true,
        sUrl:'pressroom.html'
    }]
},
{   sTitle:'PPC',
    bIsWebPath:true,
    sUrl:'payperclick.html'
},
{   sTitle:'SEO',
    bIsWebPath:true,
    sUrl:'seo.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Blog',
    bIsExternal:true,
    sUrl:'http://www.blog.frontlinemarketingtools.com/'
}]
});
