var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'$495 TV Ads',
    bIsWebPath:true,
    sUrl:'495tvad.html'
},
{   sTitle:'More Options',
    bIsWebPath:true,
    sUrl:'video_production_options.html'
},
{   sTitle:'Demos',
    bIsWebPath:true,
    sUrl:'demos.html'
},
{   sTitle:'About Jeff',
    bIsWebPath:true,
    sUrl:'jeff_neill.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Priority Service',
    bIsWebPath:true,
    sUrl:'tv_ad_priority_service.html'
}]
});
